summaryrefslogtreecommitdiff
path: root/TAO/tests/Two_Objects
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/Two_Objects
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/Two_Objects')
-rw-r--r--TAO/tests/Two_Objects/client.cpp2
-rw-r--r--TAO/tests/Two_Objects/server.cpp2
2 files changed, 2 insertions, 2 deletions
diff --git a/TAO/tests/Two_Objects/client.cpp b/TAO/tests/Two_Objects/client.cpp
index acc17c83f94..4d90109d0da 100644
--- a/TAO/tests/Two_Objects/client.cpp
+++ b/TAO/tests/Two_Objects/client.cpp
@@ -34,7 +34,7 @@ parse_args (int argc, char *argv[])
}
int
-main (int argc, char *argv[])
+ACE_TMAIN(int argc, ACE_TCHAR *argv[])
{
// Used to declare the CORBA::Environment variable
diff --git a/TAO/tests/Two_Objects/server.cpp b/TAO/tests/Two_Objects/server.cpp
index 34fdb2a1686..94be58e476e 100644
--- a/TAO/tests/Two_Objects/server.cpp
+++ b/TAO/tests/Two_Objects/server.cpp
@@ -55,7 +55,7 @@ parse_args (int argc, char *argv[])
}
int
-main (int argc, char *argv[])
+ACE_TMAIN(int argc, ACE_TCHAR *argv[])
{
try
{