diff options
Diffstat (limited to 'TAO/examples/CSD_Strategy/ThreadPool2/ServerApp.cpp')
-rw-r--r-- | TAO/examples/CSD_Strategy/ThreadPool2/ServerApp.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/TAO/examples/CSD_Strategy/ThreadPool2/ServerApp.cpp b/TAO/examples/CSD_Strategy/ThreadPool2/ServerApp.cpp index 2d83bbe594b..68a5a9caf78 100644 --- a/TAO/examples/CSD_Strategy/ThreadPool2/ServerApp.cpp +++ b/TAO/examples/CSD_Strategy/ThreadPool2/ServerApp.cpp @@ -12,7 +12,7 @@ ServerApp::ServerApp() - : ior_filename_("foo"), + : ior_filename_(ACE_TEXT("foo")), num_servants_(1), num_clients_(1) { |