diff options
Diffstat (limited to 'TAO/tao/CurrentC.h')
-rw-r--r-- | TAO/tao/CurrentC.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/TAO/tao/CurrentC.h b/TAO/tao/CurrentC.h index b06716fd16c..065c65cf8e1 100644 --- a/TAO/tao/CurrentC.h +++ b/TAO/tao/CurrentC.h @@ -123,7 +123,7 @@ class CORBA_Current : public virtual ACE_CORBA_1 (Object) virtual const char* _interface_repository_id (void) const; protected: CORBA_Current (void); // default constructor - CORBA_Current (STUB_Object *objref, + CORBA_Current (TAO_Stub *objref, TAO_ServantBase *_tao_servant = 0, CORBA::Boolean _tao_collocated = 0 ); |