summaryrefslogtreecommitdiff
path: root/TAO/tao/Stub.i
diff options
context:
space:
mode:
authorfhunleth <fhunleth@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2002-01-13 20:00:16 +0000
committerfhunleth <fhunleth@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2002-01-13 20:00:16 +0000
commit5b8a38846b963b0332d25579b8c07e8edaa6e766 (patch)
tree2fce526408ef9f264e20f9207eb46eaa8e542e62 /TAO/tao/Stub.i
parentd4060e9d903b5b3671ab2f6cfa0664d0fff37f3c (diff)
downloadATCD-5b8a38846b963b0332d25579b8c07e8edaa6e766.tar.gz
ChangeLogTag: Sun Jan 13 13:02:41 2002 Frank Hunleth <fhunleth@cs.wustl.edu>
Diffstat (limited to 'TAO/tao/Stub.i')
-rw-r--r--TAO/tao/Stub.i13
1 files changed, 0 insertions, 13 deletions
diff --git a/TAO/tao/Stub.i b/TAO/tao/Stub.i
index 909fbe6732a..f31ca20cbe5 100644
--- a/TAO/tao/Stub.i
+++ b/TAO/tao/Stub.i
@@ -285,19 +285,6 @@ TAO_Stub::servant_orb (CORBA::ORB_ptr orb)
this->servant_orb_ = CORBA::ORB::_duplicate (orb);
}
-
-ACE_INLINE void
-TAO_Stub::addressing_mode (CORBA::Short addr)
-{
- this->addressing_mode_ = addr;
-}
-
-ACE_INLINE CORBA::Short
-TAO_Stub::addressing_mode (void)
-{
- return this->addressing_mode_;
-}
-
// Creator methods for TAO_Stub_Auto_Ptr (TAO_Stub Auto Pointer)
ACE_INLINE
TAO_Stub_Auto_Ptr::TAO_Stub_Auto_Ptr (TAO_Stub *p)