summaryrefslogtreecommitdiff
path: root/TAO/tao/Abstract_Servant_Base.h
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2006-12-06 15:55:28 +0000
committerJohnny Willemsen <jwillemsen@remedy.nl>2006-12-06 15:55:28 +0000
commit8b7ce49ccaa013a806ce002053efe63e1b701bf7 (patch)
treed0fee4c96c1a3d6ac4ebc67f40b427c5061d2e95 /TAO/tao/Abstract_Servant_Base.h
parente8c2059872e63ab813bef37f2f7cb7dce87272c6 (diff)
downloadATCD-8b7ce49ccaa013a806ce002053efe63e1b701bf7.tar.gz
Wed Dec 6 15:55:57 UTC 2006 Johnny Willemsen <jwillemsen@remedy.nl>
Diffstat (limited to 'TAO/tao/Abstract_Servant_Base.h')
-rw-r--r--TAO/tao/Abstract_Servant_Base.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/TAO/tao/Abstract_Servant_Base.h b/TAO/tao/Abstract_Servant_Base.h
index b3052df6775..90feed1c79a 100644
--- a/TAO/tao/Abstract_Servant_Base.h
+++ b/TAO/tao/Abstract_Servant_Base.h
@@ -93,11 +93,11 @@ public:
ACE_ENV_SINGLE_ARG_DECL
) = 0;
- /// Default @c_get_component: always returns nil.
+ /// Default @c _get_component: always returns nil.
virtual CORBA::Object_ptr _get_component (
ACE_ENV_SINGLE_ARG_DECL) = 0;
- /// Default @c_repository_id
+ /// Default @c _repository_id
virtual char * _repository_id (
ACE_ENV_SINGLE_ARG_DECL) = 0;