diff options
author | Johnny Willemsen <jwillemsen@remedy.nl> | 2004-04-16 09:24:02 +0000 |
---|---|---|
committer | Johnny Willemsen <jwillemsen@remedy.nl> | 2004-04-16 09:24:02 +0000 |
commit | c3d0c77cd738a2e026fd567602b3f698b43a66d5 (patch) | |
tree | dd58ebf1b9ff831d1b5333a66059b83264f15938 /TAO/tao/LocateRequest_Invocation.h | |
parent | 39d6e7fda7d3e5213367ffdbc5eb72bc46a3b69a (diff) | |
download | ATCD-c3d0c77cd738a2e026fd567602b3f698b43a66d5.tar.gz |
ChangeLogTag: Fri Apr 16 09:16:11 UTC 2004 Johnny Willemsen <jwillemsen@remedy.nl>
Diffstat (limited to 'TAO/tao/LocateRequest_Invocation.h')
-rw-r--r-- | TAO/tao/LocateRequest_Invocation.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/TAO/tao/LocateRequest_Invocation.h b/TAO/tao/LocateRequest_Invocation.h index 0d8df08b517..8585342818a 100644 --- a/TAO/tao/LocateRequest_Invocation.h +++ b/TAO/tao/LocateRequest_Invocation.h @@ -46,13 +46,13 @@ namespace TAO { public: /** - * @param target, The target on which this invocation was + * @param target The target on which this invocation was * started. * - * @param resolver, Comntainer of the profile and transport on + * @param resolver Container of the profile and transport on * which this invocation is on * - * @param detail, Operation details of the invocation on @a + * @param detail Operation details of the invocation on @a * target. This is of no practical importance since it is not used * in this class. This is just to keep our base class happy. * |