summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/tests/AVStreams/Full_Profile
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2008-09-16 12:12:29 +0000
committerJohnny Willemsen <jwillemsen@remedy.nl>2008-09-16 12:12:29 +0000
commitf1c5ba8bfcbc7b7361d428eb4e3f9f593569e6ff (patch)
tree48192b8f12e759fbdf0bb11e8d3af6793f6179b5 /TAO/orbsvcs/tests/AVStreams/Full_Profile
parente7d68d348c0369c0f3b3f566481e561907593e7d (diff)
downloadATCD-f1c5ba8bfcbc7b7361d428eb4e3f9f593569e6ff.tar.gz
Tue Sep 16 12:03:00 UTC 2008 Johnny Willemsen <jwillemsen@remedy.nl>
Diffstat (limited to 'TAO/orbsvcs/tests/AVStreams/Full_Profile')
-rw-r--r--TAO/orbsvcs/tests/AVStreams/Full_Profile/ftp.cpp2
-rw-r--r--TAO/orbsvcs/tests/AVStreams/Full_Profile/server.cpp2
2 files changed, 2 insertions, 2 deletions
diff --git a/TAO/orbsvcs/tests/AVStreams/Full_Profile/ftp.cpp b/TAO/orbsvcs/tests/AVStreams/Full_Profile/ftp.cpp
index 77bda68da78..5a19a60e97a 100644
--- a/TAO/orbsvcs/tests/AVStreams/Full_Profile/ftp.cpp
+++ b/TAO/orbsvcs/tests/AVStreams/Full_Profile/ftp.cpp
@@ -103,7 +103,7 @@ int
Client::parse_args (int argc,
ACE_TCHAR *argv[])
{
- ACE_Get_Opt opts (argc, argv, "f:l:a:p:s");
+ ACE_Get_Opt opts (argc, argv, ACE_TEXT("f:l:a:p:s"));
this->use_sfp_ = 0;
int c;
diff --git a/TAO/orbsvcs/tests/AVStreams/Full_Profile/server.cpp b/TAO/orbsvcs/tests/AVStreams/Full_Profile/server.cpp
index df6ea1f50af..9715951a2f5 100644
--- a/TAO/orbsvcs/tests/AVStreams/Full_Profile/server.cpp
+++ b/TAO/orbsvcs/tests/AVStreams/Full_Profile/server.cpp
@@ -167,7 +167,7 @@ Server::run (void)
int
Server::parse_args (int argc, ACE_TCHAR *argv[])
{
- ACE_Get_Opt opts (argc, argv, "f:p:");
+ ACE_Get_Opt opts (argc, argv, ACE_TEXT("f:p:"));
int c;
while ((c = opts ()) != -1)