diff options
author | schmidt <douglascraigschmidt@users.noreply.github.com> | 1998-05-16 20:34:12 +0000 |
---|---|---|
committer | schmidt <douglascraigschmidt@users.noreply.github.com> | 1998-05-16 20:34:12 +0000 |
commit | 866905f8d074d9c418be01fc684f87e73aff2128 (patch) | |
tree | 8376402d25978c908f11628a0afdfa74f076c021 /ace/Service_Config.h | |
parent | 3eac35ec14a81075cf89e8670064cd72fa105c8d (diff) | |
download | ATCD-866905f8d074d9c418be01fc684f87e73aff2128.tar.gz |
*** empty log message ***
Diffstat (limited to 'ace/Service_Config.h')
-rw-r--r-- | ace/Service_Config.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/ace/Service_Config.h b/ace/Service_Config.h index 6e74378642e..88a96335b14 100644 --- a/ace/Service_Config.h +++ b/ace/Service_Config.h @@ -271,6 +271,10 @@ public: ACE_ALLOC_HOOK_DECLARE; // Declare the dynamic allocation hooks. + static int process_directive (const ASYS_TCHAR directive[]); + // Process one service configuration <directive>, which is passed as + // a string. Returns the number of errors that occurred. + protected: static int process_directives (void); // Process service configuration requests that are provided in the @@ -281,10 +285,6 @@ protected: // Process service configuration requests that were provided on the // command-line. Returns the number of errors that occurred. - static int process_directive (const ASYS_TCHAR directive[]); - // Process one service configuration <directive>, which is passed as - // a string. Returns the number of errors that occurred. - static int process_directives_i (void); // This is the implementation function that <process_directives> and // <process_directive> both call. Returns the number of errors that |