summaryrefslogtreecommitdiff
path: root/ace/Service_Config.h
diff options
context:
space:
mode:
authorschmidt <douglascraigschmidt@users.noreply.github.com>1998-04-24 03:45:00 +0000
committerschmidt <douglascraigschmidt@users.noreply.github.com>1998-04-24 03:45:00 +0000
commit904a0eedaae6e251abc112e358f5676b98671759 (patch)
treefc5129d627f1fda0303935636821e7f7e38aa05a /ace/Service_Config.h
parentc7442a71451c0d6205871accf785a4bb398f3620 (diff)
downloadATCD-904a0eedaae6e251abc112e358f5676b98671759.tar.gz
*** empty log message ***
Diffstat (limited to 'ace/Service_Config.h')
-rw-r--r--ace/Service_Config.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/ace/Service_Config.h b/ace/Service_Config.h
index cbc9c362619..7cc0371074b 100644
--- a/ace/Service_Config.h
+++ b/ace/Service_Config.h
@@ -264,6 +264,15 @@ protected:
// Process service configuration requests as indicated in the
// <service_config_file>. Returns -1 if errors occur, else 0.
+ static int process_directive (char directive[]);
+ // Process one service configuration <directive>, which is passed as
+ // a string. Returns -1 if errors occur, else 0.
+
+ static int process_directives_i (void);
+ // This is the implementation function that <process_directives> and
+ // <process_directive> both call. Returns -1 if errors occur, else
+ // 0.
+
static void parse_args (int, ASYS_TCHAR *argv[]);
// Handle the command-line options intended for the
// <ACE_Service_Config>. Note that <argv[0]> is assumed to be the