diff options
author | coryan <coryan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1999-03-24 04:43:59 +0000 |
---|---|---|
committer | coryan <coryan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1999-03-24 04:43:59 +0000 |
commit | e01ef222a6ac56e79e79837ae897124d928210ce (patch) | |
tree | ee03afe97556edc859fb1fbfa966bf75229e87aa /TAO/tao/CurrentC.h | |
parent | b87c5863ee3626fa07d2f4ea040dff71fe9e63b3 (diff) | |
download | ATCD-e01ef222a6ac56e79e79837ae897124d928210ce.tar.gz |
ChangeLogTag:Tue Mar 23 22:33:43 1999 Carlos O'Ryan <coryan@cs.wustl.edu>
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 ); |