summaryrefslogtreecommitdiff
path: root/TAO/tao/Abstract_Servant_Base.h
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tao/Abstract_Servant_Base.h')
-rw-r--r--TAO/tao/Abstract_Servant_Base.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/TAO/tao/Abstract_Servant_Base.h b/TAO/tao/Abstract_Servant_Base.h
index 126290e6801..285676096d8 100644
--- a/TAO/tao/Abstract_Servant_Base.h
+++ b/TAO/tao/Abstract_Servant_Base.h
@@ -49,6 +49,11 @@ public:
CORBA_Environment &ACE_TRY_ENV = TAO_default_environment ()
) = 0;
+ /// Acquire the component reference.
+ virtual CORBA_Object_ptr _get_component (
+ CORBA_Environment &ACE_TRY_ENV = TAO_default_environment ()
+ ) = 0;
+
//@{
/// @name Reference counting hooks: no-ops by default.
virtual void _add_ref (CORBA_Environment &ACE_TRY_ENV =