diff options
author | Abdullah Sowayan <sowayan@users.noreply.github.com> | 2007-06-29 12:25:06 +0000 |
---|---|---|
committer | Abdullah Sowayan <sowayan@users.noreply.github.com> | 2007-06-29 12:25:06 +0000 |
commit | d9a50313d8a0b36c2e7b0c178953eaecc8d0fc36 (patch) | |
tree | 34e202717f9b680bd47ff6d60bdcfd19e01a4e83 /TAO/performance-tests/Cubit | |
parent | 71d7921ba95c47171dc84ba2acfed02061b3b4b3 (diff) | |
download | ATCD-d9a50313d8a0b36c2e7b0c178953eaecc8d0fc36.tar.gz |
Fri Jun 29 12:00:25 UTC 2007 Abdullah Sowayan <abdullah.sowayan@lmco.com>
Diffstat (limited to 'TAO/performance-tests/Cubit')
5 files changed, 5 insertions, 5 deletions
diff --git a/TAO/performance-tests/Cubit/TAO/IDL_Cubit/client.cpp b/TAO/performance-tests/Cubit/TAO/IDL_Cubit/client.cpp index 16fad32ff86..97fb1bdaf21 100644 --- a/TAO/performance-tests/Cubit/TAO/IDL_Cubit/client.cpp +++ b/TAO/performance-tests/Cubit/TAO/IDL_Cubit/client.cpp @@ -19,7 +19,7 @@ ACE_RCSID(IDL_Cubit, client, "$Id$") // This function runs the client test. int -main (int argc, char *argv[]) +ACE_TMAIN(int argc, ACE_TCHAR *argv[]) { // Enable FIFO scheduling, e.g., RT scheduling class on Solaris. if (ACE_OS::sched_params (ACE_Sched_Params (ACE_SCHED_FIFO, diff --git a/TAO/performance-tests/Cubit/TAO/IDL_Cubit/collocation_test.cpp b/TAO/performance-tests/Cubit/TAO/IDL_Cubit/collocation_test.cpp index 0eadc943da7..5c41ad53d0e 100644 --- a/TAO/performance-tests/Cubit/TAO/IDL_Cubit/collocation_test.cpp +++ b/TAO/performance-tests/Cubit/TAO/IDL_Cubit/collocation_test.cpp @@ -69,7 +69,7 @@ svr_worker (void *arg) int -main (int argc, char **argv) +ACE_TMAIN(int argc, ACE_TCHAR *argv[]) { ACE_Get_Opt get_opts (argc, argv, "s:c:"); int c = -1; diff --git a/TAO/performance-tests/Cubit/TAO/IDL_Cubit/server.cpp b/TAO/performance-tests/Cubit/TAO/IDL_Cubit/server.cpp index 87e5372fcc7..eb062dfc394 100644 --- a/TAO/performance-tests/Cubit/TAO/IDL_Cubit/server.cpp +++ b/TAO/performance-tests/Cubit/TAO/IDL_Cubit/server.cpp @@ -25,7 +25,7 @@ ACE_RCSID(IDL_Cubit, server, "$Id$") // This runs the server test. int -main (int argc, char *argv[]) +ACE_TMAIN(int argc, ACE_TCHAR *argv[]) { int priority = ACE_THR_PRI_FIFO_DEF; priority = ACE_Sched_Params::next_priority (ACE_SCHED_FIFO, diff --git a/TAO/performance-tests/Cubit/TAO/MT_Cubit/client.cpp b/TAO/performance-tests/Cubit/TAO/MT_Cubit/client.cpp index 3ba193f0c0b..14c224a1801 100644 --- a/TAO/performance-tests/Cubit/TAO/MT_Cubit/client.cpp +++ b/TAO/performance-tests/Cubit/TAO/MT_Cubit/client.cpp @@ -838,7 +838,7 @@ Client_i::do_thread_per_rate_test (void) // metrics and print them. int -main (int argc, char *argv[]) +ACE_TMAIN(int argc, ACE_TCHAR *argv[]) { ACE_Log_Msg::instance()->clr_flags (ACE_Log_Msg::LOGGER); diff --git a/TAO/performance-tests/Cubit/TAO/MT_Cubit/server.cpp b/TAO/performance-tests/Cubit/TAO/MT_Cubit/server.cpp index 9235f275e82..52c17f15c31 100644 --- a/TAO/performance-tests/Cubit/TAO/MT_Cubit/server.cpp +++ b/TAO/performance-tests/Cubit/TAO/MT_Cubit/server.cpp @@ -370,7 +370,7 @@ Server::start_servants (void) int -main (int argc, char *argv[]) +ACE_TMAIN(int argc, ACE_TCHAR *argv[]) { int result; |