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/Oneways_Invoking_Twoways | |
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/Oneways_Invoking_Twoways')
-rw-r--r-- | TAO/tests/Oneways_Invoking_Twoways/client.cpp | 2 | ||||
-rw-r--r-- | TAO/tests/Oneways_Invoking_Twoways/server.cpp | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/TAO/tests/Oneways_Invoking_Twoways/client.cpp b/TAO/tests/Oneways_Invoking_Twoways/client.cpp index 6222cdd906f..18aa4d484dd 100644 --- a/TAO/tests/Oneways_Invoking_Twoways/client.cpp +++ b/TAO/tests/Oneways_Invoking_Twoways/client.cpp @@ -35,7 +35,7 @@ parse_args (int argc, char *argv[]) } int -main (int argc, char *argv[]) +ACE_TMAIN(int argc, ACE_TCHAR *argv[]) { try { diff --git a/TAO/tests/Oneways_Invoking_Twoways/server.cpp b/TAO/tests/Oneways_Invoking_Twoways/server.cpp index 62ae3d6eb7a..ed8c241129b 100644 --- a/TAO/tests/Oneways_Invoking_Twoways/server.cpp +++ b/TAO/tests/Oneways_Invoking_Twoways/server.cpp @@ -34,7 +34,7 @@ parse_args (int argc, char *argv[]) } int -main (int argc, char *argv[]) +ACE_TMAIN(int argc, ACE_TCHAR *argv[]) { try { |