INTEGRATION: CWS warnings01 (1.4.126); FILE MERGED

2005/09/22 20:50:51 sb 1.4.126.2: RESYNC: (1.4-1.5); FILE MERGED
2005/09/09 15:43:21 sb 1.4.126.1: #i53898# Made code warning-free.
This commit is contained in:
Jens-Heiner Rechtien 2006-06-19 12:16:44 +00:00
parent cef9611800
commit b34828e126

View file

@ -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 <XInstanceProvider > & 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;