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 | 0c24a4aa27656a4234be388b7925538e2b3feac8 (patch) | |
tree | 615b45f199ab2b1c9978e87fadd3ae03f0c3216d /ace/Service_Config.cpp | |
parent | aeb718da88c68198bfc2ff9b01806a1363e4d618 (diff) | |
download | ATCD-0c24a4aa27656a4234be388b7925538e2b3feac8.tar.gz |
CE stuff
Diffstat (limited to 'ace/Service_Config.cpp')
-rw-r--r-- | ace/Service_Config.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ace/Service_Config.cpp b/ace/Service_Config.cpp index 0c6e0476e81..30edb871fbb 100644 --- a/ace/Service_Config.cpp +++ b/ace/Service_Config.cpp @@ -335,7 +335,7 @@ ACE_Service_Config::process_directives_i (void) } int -ACE_Service_Config::process_directive (char directive[]) +ACE_Service_Config::process_directive (ASYS_TCHAR directive[]) { ACE_TRACE ("ACE_Service_Config::process_directives"); ACE_UNUSED_ARG (directive); |