diff options
author | sma <sma@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2008-06-23 11:26:41 +0000 |
---|---|---|
committer | sma <sma@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2008-06-23 11:26:41 +0000 |
commit | 4301bdea1b00bf59724cbd7c4557f6ba61c5f17c (patch) | |
tree | c2768f29ced004b39732bf96480cdc5bfdb27ffe /TAO/examples/PluggableUDP/tests/SimplePerformance | |
parent | 55b15d0502a9e9951aa97ff69570d77d5617bd85 (diff) | |
download | ATCD-4301bdea1b00bf59724cbd7c4557f6ba61c5f17c.tar.gz |
ChangeLogTag: Mon Jun 23 11:23:00 UTC 2008 Simon Massey <sma at prismtech dot com>
Diffstat (limited to 'TAO/examples/PluggableUDP/tests/SimplePerformance')
-rw-r--r-- | TAO/examples/PluggableUDP/tests/SimplePerformance/client.cpp | 3 | ||||
-rw-r--r-- | TAO/examples/PluggableUDP/tests/SimplePerformance/server.cpp | 2 |
2 files changed, 2 insertions, 3 deletions
diff --git a/TAO/examples/PluggableUDP/tests/SimplePerformance/client.cpp b/TAO/examples/PluggableUDP/tests/SimplePerformance/client.cpp index 0cf79f7e6a2..312baf9623f 100644 --- a/TAO/examples/PluggableUDP/tests/SimplePerformance/client.cpp +++ b/TAO/examples/PluggableUDP/tests/SimplePerformance/client.cpp @@ -61,7 +61,7 @@ private: //int testClient (char* orbName, char* iorFile) -int main (int argc, char *argv[]) +int ACE_TMAIN (int argc, ACE_TCHAR *argv[]) { try { @@ -181,4 +181,3 @@ Client::svc (void) } return 0; } - diff --git a/TAO/examples/PluggableUDP/tests/SimplePerformance/server.cpp b/TAO/examples/PluggableUDP/tests/SimplePerformance/server.cpp index cfb201d74ca..962f7d2bd87 100644 --- a/TAO/examples/PluggableUDP/tests/SimplePerformance/server.cpp +++ b/TAO/examples/PluggableUDP/tests/SimplePerformance/server.cpp @@ -33,7 +33,7 @@ const char *ior_output_file = "test.ior"; -int main (int argc, char *argv[]) +int ACE_TMAIN (int argc, ACE_TCHAR *argv[]) { try { |