summaryrefslogtreecommitdiff
path: root/TAO/tests/POA/Explicit_Activation
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2008-09-16 11:54:19 +0000
committerJohnny Willemsen <jwillemsen@remedy.nl>2008-09-16 11:54:19 +0000
commit313939ee0d7df7a6226e1302c22aee4272555e47 (patch)
tree3e27f2c5603085852b0a285c3a4e4a742889f452 /TAO/tests/POA/Explicit_Activation
parent7c27ae770cf7974573af5e125f8e3da65a7c914b (diff)
downloadATCD-313939ee0d7df7a6226e1302c22aee4272555e47.tar.gz
Tue Sep 16 11:32:00 UTC 2008 Johnny Willemsen <jwillemsen@remedy.nl>
Diffstat (limited to 'TAO/tests/POA/Explicit_Activation')
-rw-r--r--TAO/tests/POA/Explicit_Activation/server.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/TAO/tests/POA/Explicit_Activation/server.cpp b/TAO/tests/POA/Explicit_Activation/server.cpp
index 0862e8ec099..e08f41878ff 100644
--- a/TAO/tests/POA/Explicit_Activation/server.cpp
+++ b/TAO/tests/POA/Explicit_Activation/server.cpp
@@ -28,7 +28,7 @@ const ACE_TCHAR *ior_output_file = ACE_TEXT ("ior");
static int
parse_args (int argc, ACE_TCHAR **argv)
{
- ACE_Get_Opt get_opts (argc, argv, "f:");
+ ACE_Get_Opt get_opts (argc, argv, ACE_TEXT("f:"));
int c;
while ((c = get_opts ()) != -1)