summaryrefslogtreecommitdiff
path: root/TAO/tests/Monitor/Marshal_Buffer/client.cpp
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2008-09-29 14:04:01 +0000
committerJohnny Willemsen <jwillemsen@remedy.nl>2008-09-29 14:04:01 +0000
commitf2c9e9a09086ccb144b674a29ead612169396484 (patch)
treef434bf65ecb5eb2b520800163a0bf90c824f5980 /TAO/tests/Monitor/Marshal_Buffer/client.cpp
parentd27000b1942e19e1e8dd6f307bdd9fba2c2a5f27 (diff)
downloadATCD-f2c9e9a09086ccb144b674a29ead612169396484.tar.gz
Mon Sep 29 14:01:45 UTC 2008 Johnny Willemsen <jwillemsen@remedy.nl>
Diffstat (limited to 'TAO/tests/Monitor/Marshal_Buffer/client.cpp')
-rw-r--r--TAO/tests/Monitor/Marshal_Buffer/client.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/TAO/tests/Monitor/Marshal_Buffer/client.cpp b/TAO/tests/Monitor/Marshal_Buffer/client.cpp
index 7d74e10320b..03d905b2290 100644
--- a/TAO/tests/Monitor/Marshal_Buffer/client.cpp
+++ b/TAO/tests/Monitor/Marshal_Buffer/client.cpp
@@ -17,7 +17,7 @@
using namespace ACE_VERSIONED_NAMESPACE_NAME::ACE::Monitor_Control;
const ACE_TCHAR *ior_input_file = ACE_TEXT("file://test.ior");
-const ACE_TCHAR monitor_output_file = ACE_TEXT("monitor.ior");
+const ACE_TCHAR *monitor_output_file = ACE_TEXT("monitor.ior");
/// Runs the ORB in a separate thread so we can listen
/// for calls on our MC interface without blocking.