summaryrefslogtreecommitdiff
path: root/TAO/examples/CSD_Strategy/ThreadPool/ServerApp.h
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/examples/CSD_Strategy/ThreadPool/ServerApp.h')
-rw-r--r--TAO/examples/CSD_Strategy/ThreadPool/ServerApp.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/TAO/examples/CSD_Strategy/ThreadPool/ServerApp.h b/TAO/examples/CSD_Strategy/ThreadPool/ServerApp.h
index 0f8f66d4642..ef49e94a384 100644
--- a/TAO/examples/CSD_Strategy/ThreadPool/ServerApp.h
+++ b/TAO/examples/CSD_Strategy/ThreadPool/ServerApp.h
@@ -22,8 +22,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_clients_;
};