summaryrefslogtreecommitdiff
path: root/TAO/tao/Abstract_Servant_Base.h
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2005-08-23 12:52:37 +0000
committerJohnny Willemsen <jwillemsen@remedy.nl>2005-08-23 12:52:37 +0000
commit91a6f80a23845e80ce57d85a107e18e48aed087f (patch)
tree90c07c0d31df63530abc39b26d701fd89a612dee /TAO/tao/Abstract_Servant_Base.h
parent4b66f39b2fea8e1cc4d5dc3bbe5daf19834a29b1 (diff)
downloadATCD-91a6f80a23845e80ce57d85a107e18e48aed087f.tar.gz
ChangeLogTag: Tue Aug 23 10:26:12 UTC 2005 Johnny Willemsen <jwillemsen@remedy.nl>
Diffstat (limited to 'TAO/tao/Abstract_Servant_Base.h')
-rw-r--r--TAO/tao/Abstract_Servant_Base.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/TAO/tao/Abstract_Servant_Base.h b/TAO/tao/Abstract_Servant_Base.h
index bb2339518ec..f8d7c95d18c 100644
--- a/TAO/tao/Abstract_Servant_Base.h
+++ b/TAO/tao/Abstract_Servant_Base.h
@@ -123,7 +123,7 @@ public:
/// This is an auxiliary method for _this() and _narrow().
virtual TAO_Stub *_create_stub (ACE_ENV_SINGLE_ARG_DECL) = 0;
- /// Find an operation in the operation table and return a
+ /// Find an operation in the operation table and return a
/// TAO_Skeleton which can be used to make upcalls
virtual int _find (const char *opname,
TAO_Skeleton &skelfunc,