diff options
author | nanbor <nanbor@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1998-05-05 07:33:23 +0000 |
---|---|---|
committer | nanbor <nanbor@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1998-05-05 07:33:23 +0000 |
commit | 62084078bda8eb7cf90e93819ade810b40663485 (patch) | |
tree | 615b45f199ab2b1c9978e87fadd3ae03f0c3216d /ace/Service_Config.h | |
parent | 00337247f3a07cc5664f2c356bc7ba86e56defc1 (diff) | |
download | ATCD-62084078bda8eb7cf90e93819ade810b40663485.tar.gz |
CE stuff
Diffstat (limited to 'ace/Service_Config.h')
-rw-r--r-- | ace/Service_Config.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ace/Service_Config.h b/ace/Service_Config.h index 7cc0371074b..6e4103892a8 100644 --- a/ace/Service_Config.h +++ b/ace/Service_Config.h @@ -264,7 +264,7 @@ 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[]); + static int process_directive (ASYS_TCHAR directive[]); // Process one service configuration <directive>, which is passed as // a string. Returns -1 if errors occur, else 0. |