diff options
author | Rüdiger Timm <rt@openoffice.org> | 2004-06-16 09:29:05 +0000 |
---|---|---|
committer | Rüdiger Timm <rt@openoffice.org> | 2004-06-16 09:29:05 +0000 |
commit | af92567efe60d6b6f59eba4487ba2d4406df4db2 (patch) | |
tree | 2bbed7d9d7b9f85ad8aff1d03b2ebaa64cc100dd /svtools/source/plugapp/commtest.cxx | |
parent | 13aceec56cefa5a4bdcaff8629749bdb0d71f785 (diff) |
INTEGRATION: CWS ooo20040509 (1.1.1.1.588); FILE MERGED
2004/05/06 12:20:18 waratah 1.1.1.1.588.1: #i1858# reorder definitions to match header
Diffstat (limited to 'svtools/source/plugapp/commtest.cxx')
-rw-r--r-- | svtools/source/plugapp/commtest.cxx | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/svtools/source/plugapp/commtest.cxx b/svtools/source/plugapp/commtest.cxx index e9a9b33b2089..3e6a9915d6f6 100644 --- a/svtools/source/plugapp/commtest.cxx +++ b/svtools/source/plugapp/commtest.cxx @@ -2,9 +2,9 @@ * * $RCSfile: commtest.cxx,v $ * - * $Revision: 1.1.1.1 $ + * $Revision: 1.2 $ * - * last change: $Author: hr $ $Date: 2000-09-18 16:59:03 $ + * last change: $Author: rt $ $Date: 2004-06-16 10:29:05 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -161,11 +161,11 @@ public: CommunicationTester IchSelber; CommunicationTester::CommunicationTester() -: pBCSTSend( NULL ) +: pClientTcp( NULL ) +, pServerTcp( NULL ) +, pBCSTSend( NULL ) , pBCSTListen( NULL ) -, pClientTcp( NULL ) , pBCSTBrooker( NULL ) -, pServerTcp( NULL ) {} void CommunicationTester::Main() |