summaryrefslogtreecommitdiff
path: root/TAO/tao/Abstract_Servant_Base.h
diff options
context:
space:
mode:
authornanbor <nanbor@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2002-05-26 14:18:57 +0000
committernanbor <nanbor@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2002-05-26 14:18:57 +0000
commit9bc8886265189b10f59ad2e3c918ffe422005320 (patch)
treec8ffd0729234c841995b8e88914e182c4d557ac6 /TAO/tao/Abstract_Servant_Base.h
parent6886a1f05d0a510a1449ac8961920668d720f237 (diff)
downloadATCD-9bc8886265189b10f59ad2e3c918ffe422005320.tar.gz
ChangeLogTag:Sun May 26 01:18:05 2002 Nanbor Wang <nanbor@cs.wustl.edu>
Diffstat (limited to 'TAO/tao/Abstract_Servant_Base.h')
-rw-r--r--TAO/tao/Abstract_Servant_Base.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/TAO/tao/Abstract_Servant_Base.h b/TAO/tao/Abstract_Servant_Base.h
index 760ffc1924c..b7a3c1a4444 100644
--- a/TAO/tao/Abstract_Servant_Base.h
+++ b/TAO/tao/Abstract_Servant_Base.h
@@ -47,6 +47,9 @@ public:
ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS
) = 0;
+ /// Default <_get_component>: always returns nil.
+ virtual CORBA::Object_ptr _get_component (ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS) = 0;
+
//@{
/// @name Reference counting hooks: no-ops by default.
virtual void _add_ref (ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS);