summaryrefslogtreecommitdiff
path: root/TAO/tests/Bug_2375_Regression/test.cpp
diff options
context:
space:
mode:
authorsma <sma@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2008-06-25 13:07:37 +0000
committersma <sma@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2008-06-25 13:07:37 +0000
commit2f8115aa37732b1eaf423aabf0869e9e493e1fb1 (patch)
tree98107b53553b1b0bf529a5dd2953369dcb3ab5ea /TAO/tests/Bug_2375_Regression/test.cpp
parent0e338770ebc52b2289473284e9a0b7bed1f50ae3 (diff)
downloadATCD-2f8115aa37732b1eaf423aabf0869e9e493e1fb1.tar.gz
ChangeLogTag: Wed Jun 25 13:05:00 UTC 2008 Simon Massey <sma at prismtech dot com>
Diffstat (limited to 'TAO/tests/Bug_2375_Regression/test.cpp')
-rw-r--r--TAO/tests/Bug_2375_Regression/test.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/TAO/tests/Bug_2375_Regression/test.cpp b/TAO/tests/Bug_2375_Regression/test.cpp
index 2a2d57db0e7..18e51e6d539 100644
--- a/TAO/tests/Bug_2375_Regression/test.cpp
+++ b/TAO/tests/Bug_2375_Regression/test.cpp
@@ -5,7 +5,7 @@ public:
virtual TestValuetype* create (::CORBA::Boolean, ::CORBA::Short) {return 0;};
virtual TAO_OBV_CREATE_RETURN_TYPE (TestValuetype) create_for_unmarshal (void) {return 0;};
};
-int main (int , char *[]) {
+int ACE_TMAIN (int, ACE_TCHAR *[]) {
MyTestValuetypeFactory myFactory;
return 0;
}