summaryrefslogtreecommitdiff
path: root/TAO/examples/Simple/time/server.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/examples/Simple/time/server.cpp')
-rw-r--r--TAO/examples/Simple/time/server.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/TAO/examples/Simple/time/server.cpp b/TAO/examples/Simple/time/server.cpp
index 7940dbe829b..22587e72d04 100644
--- a/TAO/examples/Simple/time/server.cpp
+++ b/TAO/examples/Simple/time/server.cpp
@@ -19,8 +19,8 @@ ACE_TMAIN (int argc, ACE_TCHAR *argv[])
ACE_TRY
{
if (server.init ("Time",
- argc,
- argv
+ convert.get_argc(),
+ convert.get_ASCII_argv()
ACE_ENV_ARG_PARAMETER) == -1)
return 1;
else