summaryrefslogtreecommitdiff
path: root/TAO/tests/IORManipulation
diff options
context:
space:
mode:
authorAbdullah Sowayan <sowayan@users.noreply.github.com>2008-06-19 16:32:10 +0000
committerAbdullah Sowayan <sowayan@users.noreply.github.com>2008-06-19 16:32:10 +0000
commit642a69a7da08b84a3f110696d41a40a16cbf8668 (patch)
tree759dc8f223ee365cbf089597428f62e38650dd17 /TAO/tests/IORManipulation
parent19b99128f0b303a03f243fdda9be5082114e6fa3 (diff)
downloadATCD-642a69a7da08b84a3f110696d41a40a16cbf8668.tar.gz
Thu Jun 19 16:28:43 UTC 2008 Abdullah Sowayan <abdullah.sowayan@lmco.com>
Diffstat (limited to 'TAO/tests/IORManipulation')
-rw-r--r--TAO/tests/IORManipulation/IORTest.cpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/TAO/tests/IORManipulation/IORTest.cpp b/TAO/tests/IORManipulation/IORTest.cpp
index ec524094009..25ba4c4b619 100644
--- a/TAO/tests/IORManipulation/IORTest.cpp
+++ b/TAO/tests/IORManipulation/IORTest.cpp
@@ -37,8 +37,7 @@ ACE_TMAIN(int argc, ACE_TCHAR *argv[])
{
// Retrieve the ORB.
CORBA::ORB_var orb_ = CORBA::ORB_init (argc,
- argv,
- "");
+ argv);
// **********************************************************************