summaryrefslogtreecommitdiff
path: root/TAO/tao/Object.h
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tao/Object.h')
-rw-r--r--TAO/tao/Object.h8
1 files changed, 0 insertions, 8 deletions
diff --git a/TAO/tao/Object.h b/TAO/tao/Object.h
index ef135b5a2b9..8241cfcada7 100644
--- a/TAO/tao/Object.h
+++ b/TAO/tao/Object.h
@@ -36,7 +36,6 @@
class IR_InterfaceDef;
#endif /* TAO_HAS_INTERFACE_REPOSITORY == 1 */
-class TAO_ServantBase;
class TAO_Stub;
class TAO_Export CORBA_Object
@@ -78,9 +77,6 @@ public:
// The repository ID for the most derived class, this is an
// implementation method and does no remote invocations!
- virtual TAO_ServantBase *_servant (void) const;
- // return the associated servant (if one exists)
-
virtual CORBA::Boolean _is_collocated (void) const;
// Is this object collocated with the servant?
@@ -223,7 +219,6 @@ public:
// = TAO extensions
CORBA_Object (TAO_Stub *p = 0,
- TAO_ServantBase *servant = 0,
CORBA::Boolean collocated = 0);
// constructor
@@ -245,9 +240,6 @@ protected:
CORBA::ULong _decr_refcnt (void);
// Decrement the reference count.
- TAO_ServantBase *servant_;
- // Servant pointer. It is 0 except for collocated objects.
-
CORBA::Boolean is_collocated_;
// Flag to indicate collocation. It is 0 except for collocated
// objects.