summaryrefslogtreecommitdiff
path: root/ACE/ace/Service_Gestalt.h
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2007-05-24 07:55:50 +0000
committerJohnny Willemsen <jwillemsen@remedy.nl>2007-05-24 07:55:50 +0000
commitc9ef547e6cb8a2d4fb74cc256c125482a18f0570 (patch)
treeeaac20ba19d505bb98cc22857396b51d780bded5 /ACE/ace/Service_Gestalt.h
parent1334f93dda7ddb001d065692e887b4d31ed980c2 (diff)
downloadATCD-c9ef547e6cb8a2d4fb74cc256c125482a18f0570.tar.gz
Thu May 24 07:54:55 UTC 2007 Johnny Willemsen <jwillemsen@remedy.nl>
Diffstat (limited to 'ACE/ace/Service_Gestalt.h')
-rw-r--r--ACE/ace/Service_Gestalt.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/ACE/ace/Service_Gestalt.h b/ACE/ace/Service_Gestalt.h
index d5ce83868c1..5cf3bfb5d88 100644
--- a/ACE/ace/Service_Gestalt.h
+++ b/ACE/ace/Service_Gestalt.h
@@ -202,11 +202,11 @@ public:
int process_file (const ACE_TCHAR file[]);
/**
- * Locate an entry with <name> in the table. If <ignore_suspended>
+ * Locate an entry with @a name in the table. If <ignore_suspended>
* is set then only consider services marked as resumed. If the
* caller wants the located entry, pass back a pointer to the
- * located entry via <srp>. If <name> is not found, -1 is returned.
- * If <name> is found, but it is suspended and the caller wants to
+ * located entry via <srp>. If @a name is not found, -1 is returned.
+ * If @a name is found, but it is suspended and the caller wants to
* ignore suspended services a -2 is returned.
*/
int find (const ACE_TCHAR name[],