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.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/TAO/tao/Object.h b/TAO/tao/Object.h
index c5f2998c831..a89c9637451 100644
--- a/TAO/tao/Object.h
+++ b/TAO/tao/Object.h
@@ -105,6 +105,13 @@ public:
TAO_default_environment ()
);
+ /// Get a reference to the component this interface is part of a
+ /// component.
+ virtual CORBA_Object_ptr _get_component (
+ CORBA_Environment &ACE_TRY_ENV =
+ TAO_default_environment ()
+ );
+
// DII operations to create a request.
//
// The mapping for create_request is split into two forms,