summaryrefslogtreecommitdiff
path: root/TAO/examples/CSD_Strategy/ThreadPool6/ClientApp.h
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/examples/CSD_Strategy/ThreadPool6/ClientApp.h')
-rw-r--r--TAO/examples/CSD_Strategy/ThreadPool6/ClientApp.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/TAO/examples/CSD_Strategy/ThreadPool6/ClientApp.h b/TAO/examples/CSD_Strategy/ThreadPool6/ClientApp.h
index ea42b616bdb..3126bd31074 100644
--- a/TAO/examples/CSD_Strategy/ThreadPool6/ClientApp.h
+++ b/TAO/examples/CSD_Strategy/ThreadPool6/ClientApp.h
@@ -22,9 +22,9 @@ class ClientApp
int parse_args(int argc, ACE_TCHAR* argv[]);
void usage_statement();
- ACE_CString ior_;
+ ACE_TString ior_;
- ACE_CString exe_name_;
+ ACE_TString exe_name_;
};
#endif