summaryrefslogtreecommitdiff
path: root/ace/Service_Config.h
diff options
context:
space:
mode:
authorOssama Othman <ossama-othman@users.noreply.github.com>2002-01-18 18:31:01 +0000
committerOssama Othman <ossama-othman@users.noreply.github.com>2002-01-18 18:31:01 +0000
commita3de9d24b93262ca4f1359b1a8a3b8018d1558ba (patch)
tree8651eb77d80756b47f148560dc5deffa946289fc /ace/Service_Config.h
parent19046aedf274916d8720d32d0b70698aa9f2cba2 (diff)
downloadATCD-a3de9d24b93262ca4f1359b1a8a3b8018d1558ba.tar.gz
ChangeLogTag:Fri Jan 18 10:29:06 2002 Ossama Othman <ossama@uci.edu>
Diffstat (limited to 'ace/Service_Config.h')
-rw-r--r--ace/Service_Config.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/ace/Service_Config.h b/ace/Service_Config.h
index 49a31acac59..b667cc5f7f9 100644
--- a/ace/Service_Config.h
+++ b/ace/Service_Config.h
@@ -395,6 +395,10 @@ public:
/// Declare the dynamic allocation hooks.
ACE_ALLOC_HOOK_DECLARE;
+ /// Process a file containing a list of service configuration
+ /// directives.
+ static int process_file (const ACE_TCHAR file[]);
+
/// Process one service configuration <directive>, which is passed as
/// a string. Returns the number of errors that occurred.
static int process_directive (const ACE_TCHAR directive[]);