diff options
author | fhunleth <fhunleth@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2002-01-13 20:00:16 +0000 |
---|---|---|
committer | fhunleth <fhunleth@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2002-01-13 20:00:16 +0000 |
commit | 5b8a38846b963b0332d25579b8c07e8edaa6e766 (patch) | |
tree | 2fce526408ef9f264e20f9207eb46eaa8e542e62 /TAO/tao/Stub.h | |
parent | d4060e9d903b5b3671ab2f6cfa0664d0fff37f3c (diff) | |
download | ATCD-5b8a38846b963b0332d25579b8c07e8edaa6e766.tar.gz |
ChangeLogTag: Sun Jan 13 13:02:41 2002 Frank Hunleth <fhunleth@cs.wustl.edu>
Diffstat (limited to 'TAO/tao/Stub.h')
-rw-r--r-- | TAO/tao/Stub.h | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/TAO/tao/Stub.h b/TAO/tao/Stub.h index 919deec2dae..3726efd75ea 100644 --- a/TAO/tao/Stub.h +++ b/TAO/tao/Stub.h @@ -273,12 +273,6 @@ public: */ void servant_orb (CORBA::ORB_ptr orb); - /// Set the addressing mode. - void addressing_mode (CORBA::Short addr_mode); - - /// Return the Addressing mode. - CORBA::Short addressing_mode (void); - /// Make a call on to services to see whether they have some /// preferences on selecting the right profiles. CORBA::Boolean service_profile_selection (void); @@ -382,9 +376,6 @@ protected: /// policies. TAO_Policy_Set *policies_; - /// The addressing mode. - CORBA::Short addressing_mode_; - /** * The ior info. This is needed for GIOP 1.2, as the clients could * receive an exception from the server asking for this info. The |