diff options
author | sma <sma@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2008-06-25 13:07:37 +0000 |
---|---|---|
committer | sma <sma@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2008-06-25 13:07:37 +0000 |
commit | 2f8115aa37732b1eaf423aabf0869e9e493e1fb1 (patch) | |
tree | 98107b53553b1b0bf529a5dd2953369dcb3ab5ea /TAO/tests/Bug_2791_Regression | |
parent | 0e338770ebc52b2289473284e9a0b7bed1f50ae3 (diff) | |
download | ATCD-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_2791_Regression')
-rwxr-xr-x | TAO/tests/Bug_2791_Regression/client.cpp | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/TAO/tests/Bug_2791_Regression/client.cpp b/TAO/tests/Bug_2791_Regression/client.cpp index 62c2a50eb4a..147a13a7eb8 100755 --- a/TAO/tests/Bug_2791_Regression/client.cpp +++ b/TAO/tests/Bug_2791_Regression/client.cpp @@ -1,4 +1,4 @@ -// $Id:$ +// $Id$ #include "MessageFactory.h" @@ -8,9 +8,9 @@ int -main( - int argc, - char** argv) +ACE_TMAIN ( + int argc, + ACE_TCHAR *argv[]) { try { |