summaryrefslogtreecommitdiff
path: root/TAO/tao/GIOPC.h
diff options
context:
space:
mode:
authorcoryan <coryan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2000-04-27 03:20:30 +0000
committercoryan <coryan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2000-04-27 03:20:30 +0000
commit5c4088959af5217adb38685af93d8162b8ebae41 (patch)
treebebc257559e39bfe9c8621d54669bf699a5d97ea /TAO/tao/GIOPC.h
parent53a523182cf1ea493c856ba645b2c5e8a195d6cb (diff)
downloadATCD-5c4088959af5217adb38685af93d8162b8ebae41.tar.gz
ChangeLogTag:Wed Apr 26 20:11:09 2000 Carlos O'Ryan <coryan@uci.edu>
Diffstat (limited to 'TAO/tao/GIOPC.h')
-rw-r--r--TAO/tao/GIOPC.h11
1 files changed, 2 insertions, 9 deletions
diff --git a/TAO/tao/GIOPC.h b/TAO/tao/GIOPC.h
index b74f16f44f7..8003d004385 100644
--- a/TAO/tao/GIOPC.h
+++ b/TAO/tao/GIOPC.h
@@ -35,7 +35,6 @@
#include "tao/corbafwd.h"
#include "tao/IOPC.h"
-#include "tao/Union.h"
#include "tao/Object_KeyC.h"
#if defined (ACE_HAS_MINIMUM_IOSTREAMH_INCLUSION)
@@ -144,7 +143,7 @@ TAO_NAMESPACE GIOP
class TargetAddress;
class TargetAddress_var;
- class TAO_Export TargetAddress: public TAO_Base_Union
+ class TAO_Export TargetAddress
{
public:
TargetAddress (void); // default constructor
@@ -186,15 +185,9 @@ TAO_NAMESPACE GIOP
void _reset (CORBA::Short, CORBA::Boolean);
// Frees any allocated storage
- virtual void *_discriminant (void);
- // returns pointer to the discriminant
-
- virtual void _reset (void);
+ void _reset (void);
// calls the above reset with finalize=1
- virtual void *_access (CORBA::Boolean flag);
- // accesses the right data member. Also will allocate on TRUE flag
-
}; // GIOP::TargetAddress
TAO_NAMESPACE_STORAGE_CLASS CORBA::TypeCode_ptr _tc_TargetAddress;