diff options
author | nanbor <nanbor@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2002-05-26 14:18:57 +0000 |
---|---|---|
committer | nanbor <nanbor@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2002-05-26 14:18:57 +0000 |
commit | 014736cf87508c5b59dfc118f338824c7f70c855 (patch) | |
tree | c8ffd0729234c841995b8e88914e182c4d557ac6 /TAO/tao/Abstract_Servant_Base.h | |
parent | bfb6f8de0a4efc45ae6d321270eb417f06461680 (diff) | |
download | ATCD-014736cf87508c5b59dfc118f338824c7f70c855.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.h | 3 |
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); |