summaryrefslogtreecommitdiff
path: root/TAO/tao/servant_base.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tao/servant_base.cpp')
-rw-r--r--TAO/tao/servant_base.cpp18
1 files changed, 0 insertions, 18 deletions
diff --git a/TAO/tao/servant_base.cpp b/TAO/tao/servant_base.cpp
index 4ec5eb52dea..65e7063f718 100644
--- a/TAO/tao/servant_base.cpp
+++ b/TAO/tao/servant_base.cpp
@@ -5,9 +5,6 @@
TAO_ServantBase::TAO_ServantBase (void)
: optable_ (0)
-#if 0
- , parent_ (0)
-#endif
{
}
@@ -47,21 +44,6 @@ TAO_ServantBase::_is_a (const char* logical_type_id,
return CORBA::B_FALSE;
}
-#if 0
-void
-TAO_ServantBase::_set_parent (TAO_IUnknown *p)
-{
- this->parent_ = p;
- ACE_ASSERT (this->parent_ != 0);
-}
-
-TAO_IUnknown *
-TAO_ServantBase::_get_parent (void) const
-{
- return this->parent_;
-}
-#endif
-
int
TAO_ServantBase::_find (const CORBA::String &opname,
TAO_Skeleton& skelfunc)