summaryrefslogtreecommitdiff
path: root/TAO/examples/CSD_Strategy/ThreadPool2/ServerApp.h
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/examples/CSD_Strategy/ThreadPool2/ServerApp.h')
-rw-r--r--TAO/examples/CSD_Strategy/ThreadPool2/ServerApp.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/TAO/examples/CSD_Strategy/ThreadPool2/ServerApp.h b/TAO/examples/CSD_Strategy/ThreadPool2/ServerApp.h
index 71cbcb2dd88..8e6e6abdfd4 100644
--- a/TAO/examples/CSD_Strategy/ThreadPool2/ServerApp.h
+++ b/TAO/examples/CSD_Strategy/ThreadPool2/ServerApp.h
@@ -21,8 +21,8 @@ class ServerApp
int parse_args(int argc, ACE_TCHAR* argv[]);
void usage_statement();
- ACE_CString exe_name_;
- ACE_CString ior_filename_;
+ ACE_TString exe_name_;
+ ACE_TString ior_filename_;
unsigned num_servants_;
unsigned num_clients_;
};