summaryrefslogtreecommitdiff
path: root/examples/Service_Configurator/IPC-tests/server/Handle_L_SPIPE.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'examples/Service_Configurator/IPC-tests/server/Handle_L_SPIPE.cpp')
-rw-r--r--examples/Service_Configurator/IPC-tests/server/Handle_L_SPIPE.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/Service_Configurator/IPC-tests/server/Handle_L_SPIPE.cpp b/examples/Service_Configurator/IPC-tests/server/Handle_L_SPIPE.cpp
index 35830522cdd..9bbb4e7ead7 100644
--- a/examples/Service_Configurator/IPC-tests/server/Handle_L_SPIPE.cpp
+++ b/examples/Service_Configurator/IPC-tests/server/Handle_L_SPIPE.cpp
@@ -10,9 +10,9 @@ ACE_RCSID(server, Handle_L_SPIPE, "$Id$")
#if defined (ACE_HAS_STREAM_PIPES)
-const char *Handle_L_SPIPE::DEFAULT_RENDEZVOUS = "/tmp/foo_spipe";
+const ACE_TCHAR *Handle_L_SPIPE::DEFAULT_RENDEZVOUS = ACE_TEXT ("/tmp/foo_spipe");
Handle_L_SPIPE local_spipe;
-ACE_Service_Object_Type lsp (&local_spipe, "Local_SPIPE");
+ACE_Service_Object_Type lsp (&local_spipe, ACE_TEXT ("Local_SPIPE"));
#endif /* ACE_HAS_STREAM_PIPES */