summaryrefslogtreecommitdiff
path: root/TAO/tests/MProfile_Connection_Timeout
diff options
context:
space:
mode:
authorAbdullah Sowayan <sowayan@users.noreply.github.com>2007-06-30 18:43:31 +0000
committerAbdullah Sowayan <sowayan@users.noreply.github.com>2007-06-30 18:43:31 +0000
commit21e1db2e50febda05c8ebc08b4a992576ca57f72 (patch)
tree34905f0f48c0c1b5812cadcbe7cc351159e8884d /TAO/tests/MProfile_Connection_Timeout
parent39c3017f1993e575733caafebe7ff0ed566042a3 (diff)
downloadATCD-21e1db2e50febda05c8ebc08b4a992576ca57f72.tar.gz
Sat Jun 30 16:58:36 UTC 2007 Abdullah Sowayan <abdullah.sowayan@lmco.com>
Diffstat (limited to 'TAO/tests/MProfile_Connection_Timeout')
-rw-r--r--TAO/tests/MProfile_Connection_Timeout/client.cpp2
-rw-r--r--TAO/tests/MProfile_Connection_Timeout/server.cpp2
2 files changed, 2 insertions, 2 deletions
diff --git a/TAO/tests/MProfile_Connection_Timeout/client.cpp b/TAO/tests/MProfile_Connection_Timeout/client.cpp
index ea0aa878f16..a101bda2b09 100644
--- a/TAO/tests/MProfile_Connection_Timeout/client.cpp
+++ b/TAO/tests/MProfile_Connection_Timeout/client.cpp
@@ -57,7 +57,7 @@ CORBA::ULongLong
run_test (Simple_Server_ptr server);
int
-main (int argc, char *argv[])
+ACE_TMAIN(int argc, ACE_TCHAR *argv[])
{
try
diff --git a/TAO/tests/MProfile_Connection_Timeout/server.cpp b/TAO/tests/MProfile_Connection_Timeout/server.cpp
index 04c040ca422..1371f1c3ab4 100644
--- a/TAO/tests/MProfile_Connection_Timeout/server.cpp
+++ b/TAO/tests/MProfile_Connection_Timeout/server.cpp
@@ -39,7 +39,7 @@ parse_args (int argc, char *argv[])
}
int
-main (int argc, char *argv[])
+ACE_TMAIN(int argc, ACE_TCHAR *argv[])
{
try
{