diff options
author | Abdullah Sowayan <sowayan@users.noreply.github.com> | 2007-06-30 18:43:31 +0000 |
---|---|---|
committer | Abdullah Sowayan <sowayan@users.noreply.github.com> | 2007-06-30 18:43:31 +0000 |
commit | 21e1db2e50febda05c8ebc08b4a992576ca57f72 (patch) | |
tree | 34905f0f48c0c1b5812cadcbe7cc351159e8884d /TAO/tests/InterOp-Naming | |
parent | 39c3017f1993e575733caafebe7ff0ed566042a3 (diff) | |
download | ATCD-21e1db2e50febda05c8ebc08b4a992576ca57f72.tar.gz |
Sat Jun 30 16:58:36 UTC 2007 Abdullah Sowayan <abdullah.sowayan@lmco.com>
Diffstat (limited to 'TAO/tests/InterOp-Naming')
-rw-r--r-- | TAO/tests/InterOp-Naming/INS_test_client.cpp | 2 | ||||
-rw-r--r-- | TAO/tests/InterOp-Naming/INS_test_server.cpp | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/TAO/tests/InterOp-Naming/INS_test_client.cpp b/TAO/tests/InterOp-Naming/INS_test_client.cpp index e85e052248e..e4f6773a9a3 100644 --- a/TAO/tests/InterOp-Naming/INS_test_client.cpp +++ b/TAO/tests/InterOp-Naming/INS_test_client.cpp @@ -9,7 +9,7 @@ #include "ace/OS_NS_string.h" int -main (int argc, char *argv[]) +ACE_TMAIN(int argc, ACE_TCHAR *argv[]) { int i = 0; diff --git a/TAO/tests/InterOp-Naming/INS_test_server.cpp b/TAO/tests/InterOp-Naming/INS_test_server.cpp index 8fbb39a0bad..12310027192 100644 --- a/TAO/tests/InterOp-Naming/INS_test_server.cpp +++ b/TAO/tests/InterOp-Naming/INS_test_server.cpp @@ -5,7 +5,7 @@ // This is the main driver program for the INS test server. int -main (int argc, char *argv[]) +ACE_TMAIN(int argc, ACE_TCHAR *argv[]) { Server_i server; |