summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/examples/ImR/Advanced/client_main.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/orbsvcs/examples/ImR/Advanced/client_main.cpp')
-rw-r--r--TAO/orbsvcs/examples/ImR/Advanced/client_main.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/TAO/orbsvcs/examples/ImR/Advanced/client_main.cpp b/TAO/orbsvcs/examples/ImR/Advanced/client_main.cpp
index bcebff9a94f..e3dc93eeafd 100644
--- a/TAO/orbsvcs/examples/ImR/Advanced/client_main.cpp
+++ b/TAO/orbsvcs/examples/ImR/Advanced/client_main.cpp
@@ -3,14 +3,14 @@
#include <ace/streams.h>
-int main(int argc, char* argv[])
+int ACE_TMAIN (int argc, ACE_TCHAR *argv[])
{
try
{
- CORBA::ORB_var orb = CORBA::ORB_init(argc, argv);
+ CORBA::ORB_var orb = CORBA::ORB_init (argc, argv);
{
- TestClient client(orb.in(), argc, argv);
+ TestClient client (orb.in (), argc, argv);
client.run();
}