summaryrefslogtreecommitdiff
path: root/ace/Service_Config.h
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2002-10-22 12:37:45 +0000
committerJohnny Willemsen <jwillemsen@remedy.nl>2002-10-22 12:37:45 +0000
commitc816d3a26ac20e1d6333462ce19b22e94e08c400 (patch)
treeddc0e5ebeb7d5001ab072c0d4e27539db4f45deb /ace/Service_Config.h
parent905370bd149f4d05396d58dcd0e119268070581c (diff)
downloadATCD-c816d3a26ac20e1d6333462ce19b22e94e08c400.tar.gz
ChangeLogTag: Tue Oct 22 14:33:12 UTC 2002 Johnny Willemsen <jwillemsen@remedy.nl>
Diffstat (limited to 'ace/Service_Config.h')
-rw-r--r--ace/Service_Config.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/ace/Service_Config.h b/ace/Service_Config.h
index 0ac4d5210f0..617bbfa9208 100644
--- a/ace/Service_Config.h
+++ b/ace/Service_Config.h
@@ -197,6 +197,8 @@ public:
* Please observe the difference between options '-f' that looks
* for a list of files and here a list of services.
*
+ * @param argc The number of commandline arguments.
+ * @param argv The array with commandline arguments
* @param logger_key Indicates where to write the logging output,
* which is typically either a STREAM pipe or a
* socket address.
@@ -211,7 +213,7 @@ public:
* @retval -1 the configuration file is not found or cannot
* be opened (errno is set accordingly).
* @retval 0 Success.
- * @retval &gt; 0 The number of errors encountered while processing
+ * @retval >0 The number of errors encountered while processing
* the service configuration file(s).
*/
static int open (int argc,