diff options
author | Rüdiger Timm <rt@openoffice.org> | 2008-01-29 13:41:28 +0000 |
---|---|---|
committer | Rüdiger Timm <rt@openoffice.org> | 2008-01-29 13:41:28 +0000 |
commit | 5cf82363a25cb504bc51509e06bc7b526a3a789c (patch) | |
tree | c77ce01fd98caa0c1fc36b349f895b42cf2badfb /bridges/test | |
parent | c43a97079b146ddbe0ceb4a8a19e5523485f50a0 (diff) |
INTEGRATION: CWS pj89 (1.12.80); FILE MERGED
2007/12/23 09:52:41 pjanik 1.12.80.1: #i84856#: bridges is completely WaE clean now.
Diffstat (limited to 'bridges/test')
-rw-r--r-- | bridges/test/testserver.cxx | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/bridges/test/testserver.cxx b/bridges/test/testserver.cxx index 25023e8ad054..160e6df068e1 100644 --- a/bridges/test/testserver.cxx +++ b/bridges/test/testserver.cxx @@ -4,9 +4,9 @@ * * $RCSfile: testserver.cxx,v $ * - * $Revision: 1.12 $ + * $Revision: 1.13 $ * - * last change: $Author: obo $ $Date: 2006-09-16 16:03:57 $ + * last change: $Author: rt $ $Date: 2008-01-29 14:41:28 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -95,11 +95,11 @@ public: sal_Bool bLatency ) : m_rAcceptor( r ), m_rBridgeFactory ( rFactory ), + m_rSMgr( rSMgr ), m_sConnectionDescription( sConnectionDescription ), m_sProtocol( sProtocol ), m_bReverse( bReverse ), - m_bLatency( bLatency ), - m_rSMgr( rSMgr ) + m_bLatency( bLatency ) {} virtual void SAL_CALL run(); |