summaryrefslogtreecommitdiff
path: root/TAO/tao/Abstract_Servant_Base.h
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2002-09-26 05:34:57 +0000
committerJohnny Willemsen <jwillemsen@remedy.nl>2002-09-26 05:34:57 +0000
commitbe03a8ce4f145309fd0789df8ebaac1534783662 (patch)
tree9b38881d8de6e4738d1d0de95f0a68d1efb8ce11 /TAO/tao/Abstract_Servant_Base.h
parentd426c8b837358203d66f4586d7bed9e78f7774ce (diff)
downloadATCD-be03a8ce4f145309fd0789df8ebaac1534783662.tar.gz
ChangeLogTag: Thu Sep 26 05:32:45 UTC 2002 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 b7a3c1a4444..501348614ff 100644
--- a/TAO/tao/Abstract_Servant_Base.h
+++ b/TAO/tao/Abstract_Servant_Base.h
@@ -77,7 +77,7 @@ protected:
* Find the operation, cast the type to the most derived type,
* demarshall all the parameters from the request and finally
* invokes the operation, storing the results and out parameters (if
- * any) or the exceptions thrown into @param request.
+ * any) or the exceptions thrown into @a request.
*/
virtual void _dispatch (TAO_ServerRequest &request,
void *servant_upcall