summaryrefslogtreecommitdiff
path: root/ace/Service_Config.h
diff options
context:
space:
mode:
authorschmidt <douglascraigschmidt@users.noreply.github.com>1998-10-17 04:18:53 +0000
committerschmidt <douglascraigschmidt@users.noreply.github.com>1998-10-17 04:18:53 +0000
commit4baf38f7f8d2bbe6747c9b2f573eafa19daa1ef4 (patch)
tree94fb6dc56ab1913fe36274cfbe57ecb00e5e6117 /ace/Service_Config.h
parenta4cd416c33f377d5ba9d2e5d3b4e2fd255156a13 (diff)
downloadATCD-4baf38f7f8d2bbe6747c9b2f573eafa19daa1ef4.tar.gz
.
Diffstat (limited to 'ace/Service_Config.h')
-rw-r--r--ace/Service_Config.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/ace/Service_Config.h b/ace/Service_Config.h
index 6d08cfc23df..9d0725c75b9 100644
--- a/ace/Service_Config.h
+++ b/ace/Service_Config.h
@@ -301,7 +301,7 @@ protected:
// <process_directive> both call. Returns the number of errors that
// occurred.
- static void parse_args (int, ASYS_TCHAR *argv[]);
+ static int 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
// program name.
@@ -327,6 +327,9 @@ private:
// Queue of svc.conf files specified on the command-line.
// @@ This should probably be made to handle unicode filenames...
+ static int init_svc_conf_file_queue (void);
+ // Initialize the <svc_conf_file_queue_> if necessary.
+
static sig_atomic_t reconfig_occurred_;
// True if reconfiguration occurred.