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/CurrentS.cpp | |
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/CurrentS.cpp')
-rw-r--r-- | TAO/tao/CurrentS.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/TAO/tao/CurrentS.cpp b/TAO/tao/CurrentS.cpp index 2b46102aded..21c556940be 100644 --- a/TAO/tao/CurrentS.cpp +++ b/TAO/tao/CurrentS.cpp @@ -115,7 +115,7 @@ const char* POA_CORBA::Current::_interface_repository_id (void) const POA_CORBA::_tao_collocated_Current::_tao_collocated_Current ( POA_CORBA::Current_ptr servant, - STUB_Object *stub + TAO_Stub *stub ) : CORBA_Current (stub, servant, 1), CORBA_Object (stub, servant, 1), @@ -143,7 +143,7 @@ CORBA::Boolean POA_CORBA::_tao_collocated_Current::_is_a ( CORBA::Current* POA_CORBA::Current::_this (CORBA_Environment &TAO_IN_ENV) { - STUB_Object *stub = this->_create_stub (TAO_IN_ENV); + TAO_Stub *stub = this->_create_stub (TAO_IN_ENV); if (TAO_IN_ENV.exception () != 0) return 0; return new POA_CORBA::_tao_collocated_Current (this, stub); |