summaryrefslogtreecommitdiff
path: root/TAO/tao/PortableServer/Servant_Base.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tao/PortableServer/Servant_Base.cpp')
-rw-r--r--TAO/tao/PortableServer/Servant_Base.cpp6
1 files changed, 6 insertions, 0 deletions
diff --git a/TAO/tao/PortableServer/Servant_Base.cpp b/TAO/tao/PortableServer/Servant_Base.cpp
index f16a5be3f79..a2e6a850859 100644
--- a/TAO/tao/PortableServer/Servant_Base.cpp
+++ b/TAO/tao/PortableServer/Servant_Base.cpp
@@ -115,6 +115,12 @@ TAO_ServantBase::_get_interface (CORBA::Environment &ACE_TRY_ENV)
ACE_TRY_ENV);
}
+CORBA_Object_ptr
+TAO_ServantBase::_get_component (CORBA::Environment &ACE_TRY_ENV)
+{
+ return CORBA_Object::_nil ();
+}
+
int
TAO_ServantBase::_find (const char *opname,
TAO_Skeleton& skelfunc,