diff --git a/remotebridges/source/bridge/bridge_provider.cxx b/remotebridges/source/bridge/bridge_provider.cxx index 7cded485192b..88b3aa0fe43d 100644 --- a/remotebridges/source/bridge/bridge_provider.cxx +++ b/remotebridges/source/bridge/bridge_provider.cxx @@ -4,9 +4,9 @@ * * $RCSfile: bridge_provider.cxx,v $ * - * $Revision: 1.5 $ + * $Revision: 1.6 $ * - * last change: $Author: rt $ $Date: 2005-09-09 05:21:56 $ + * last change: $Author: hr $ $Date: 2006-06-19 13:16:44 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -55,8 +55,8 @@ namespace remotebridges_bridge const Reference & rProvider, ORemoteBridge * pBridgeCallback ) : m_rProvider( rProvider ), - m_pBridgeCallback( pBridgeCallback ), - m_nRef( 0 ) + m_nRef( 0 ), + m_pBridgeCallback( pBridgeCallback ) { g_moduleCount.modCnt.acquire( &g_moduleCount.modCnt ); acquire = thisAcquire;