summaryrefslogtreecommitdiff
path: root/TAO/tao/Stub.h
diff options
context:
space:
mode:
authorirfan <irfan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1999-06-18 01:37:51 +0000
committerirfan <irfan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1999-06-18 01:37:51 +0000
commit24a7b562d6a20f4d584282e60a503c85d72a8cd9 (patch)
tree191e75329bb67b96f23557c3784aaeeb54ac5e86 /TAO/tao/Stub.h
parent22e44d10af1ed3bdc37fa092272a7fb1627599bf (diff)
downloadATCD-24a7b562d6a20f4d584282e60a503c85d72a8cd9.tar.gz
ChangeLogTag:Thu Jun 17 19:38:57 1999 Irfan Pyarali <irfan@cs.wustl.edu>
Diffstat (limited to 'TAO/tao/Stub.h')
-rw-r--r--TAO/tao/Stub.h7
1 files changed, 6 insertions, 1 deletions
diff --git a/TAO/tao/Stub.h b/TAO/tao/Stub.h
index d3a20f523c4..04c98d1a53e 100644
--- a/TAO/tao/Stub.h
+++ b/TAO/tao/Stub.h
@@ -389,7 +389,12 @@ public:
TAO_ORB_Core* orb_core (void) const;
// Accessor
- CORBA::ORB_ptr servant_orb (void);
+ CORBA::ORB_ptr servant_orb_ptr (void);
+ // This returns a duplicated ORB pointer.
+
+ CORBA::ORB_var &servant_orb_var (void);
+ // This returns the ORB var itself (generally for temporary use).
+
void servant_orb (CORBA::ORB_ptr orb);
// Accesor and mutator for the servant ORB. Notice that the muatator
// assumes the ownership of the passed in ORB and the accesor does not