diff options
author | Chris Cleeland <chris.cleeland@gmail.com> | 1997-09-26 15:40:00 +0000 |
---|---|---|
committer | Chris Cleeland <chris.cleeland@gmail.com> | 1997-09-26 15:40:00 +0000 |
commit | 2f68192a04da5f307951027f579b7ae05d35b9d2 (patch) | |
tree | 65f56f27590974c683ba8f518abce0b7cfe8fa3f /TAO/tao/iioporb.i | |
parent | 67e33864f7e19aac46a7d3058190a8001183d917 (diff) | |
download | ATCD-2f68192a04da5f307951027f579b7ae05d35b9d2.tar.gz |
* tao/connect.h: Renamed ROA_Acceptor to TAO_Acceptor (since it's
not related to the OA any longer), and restored explicit inclusion
of ace headers to avoid having to include "corba.h".
* tao/boa.h: Removed unneeded get_addr() method.
* tests/Cubit/TAO/cubitS.cpp: Updates to support changes in ORB
Core.
Diffstat (limited to 'TAO/tao/iioporb.i')
-rw-r--r-- | TAO/tao/iioporb.i | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/TAO/tao/iioporb.i b/TAO/tao/iioporb.i index 587f75805fa..d992c18a2ea 100644 --- a/TAO/tao/iioporb.i +++ b/TAO/tao/iioporb.i @@ -3,7 +3,8 @@ ACE_INLINE IIOP_ORB::IIOP_ORB(void) : use_omg_ior_format_(CORBA::B_FALSE) -{} +{ +} ACE_INLINE IIOP_ORB::~IIOP_ORB(void) |