summaryrefslogtreecommitdiff
path: root/TAO/tests/Smart_Proxies/Collocation/Coll_Tester.cpp
diff options
context:
space:
mode:
authorsma <sma@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2008-06-25 14:13:13 +0000
committersma <sma@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2008-06-25 14:13:13 +0000
commit0df5850e66e34dcf841ac0df4af7f7f1905e3e62 (patch)
tree834523f252429bf9c1b9713254d4e531ba213edc /TAO/tests/Smart_Proxies/Collocation/Coll_Tester.cpp
parent2e56c8130ec0483bf58ebc123f08937c84440a64 (diff)
downloadATCD-0df5850e66e34dcf841ac0df4af7f7f1905e3e62.tar.gz
ChangeLogTag: Wed Jun 25 14:15:00 UTC 2008 Simon Massey <sma at prismtech dot com>
Diffstat (limited to 'TAO/tests/Smart_Proxies/Collocation/Coll_Tester.cpp')
-rw-r--r--TAO/tests/Smart_Proxies/Collocation/Coll_Tester.cpp6
1 files changed, 2 insertions, 4 deletions
diff --git a/TAO/tests/Smart_Proxies/Collocation/Coll_Tester.cpp b/TAO/tests/Smart_Proxies/Collocation/Coll_Tester.cpp
index 6de51e5a705..e7ddda5bbf0 100644
--- a/TAO/tests/Smart_Proxies/Collocation/Coll_Tester.cpp
+++ b/TAO/tests/Smart_Proxies/Collocation/Coll_Tester.cpp
@@ -22,7 +22,7 @@ Collocation_Test::Collocation_Test (void)
}
int
-Collocation_Test::init (int argc, char *argv[])
+Collocation_Test::init (int argc, ACE_TCHAR *argv[])
{
// Initialize the ORB.
this->orb_ = CORBA::ORB_init (argc, argv);
@@ -74,10 +74,8 @@ Collocation_Test::init (int argc, char *argv[])
}
int
-Collocation_Test::parse_args (int argc, char *argv[])
+Collocation_Test::parse_args (int, ACE_TCHAR *[])
{
- ACE_UNUSED_ARG(argc);
- ACE_UNUSED_ARG(argv);
return 0;
}