summaryrefslogtreecommitdiff
path: root/TAO/examples/Simple/time/client.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/examples/Simple/time/client.cpp')
-rw-r--r--TAO/examples/Simple/time/client.cpp10
1 files changed, 5 insertions, 5 deletions
diff --git a/TAO/examples/Simple/time/client.cpp b/TAO/examples/Simple/time/client.cpp
index 28eab3cb977..e1b2bc357ed 100644
--- a/TAO/examples/Simple/time/client.cpp
+++ b/TAO/examples/Simple/time/client.cpp
@@ -5,19 +5,19 @@
// The client program for the application.
int
-main (int argc, char **argv)
+ACE_TMAIN(int argc, ACE_TCHAR *argv[])
{
Time_Client_i client;
-
+
ACE_DEBUG ((LM_DEBUG,
"\n\tTime and date client\n\n"));
if (client.run ("Time",argc, argv) == -1)
- return -1;
+ return -1;
else
return 0;
-
+
}
-
+