summaryrefslogtreecommitdiff
path: root/TAO/tests/UNKNOWN_Exception
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2007-03-22 19:31:08 +0000
committerJohnny Willemsen <jwillemsen@remedy.nl>2007-03-22 19:31:08 +0000
commit9a618d3733b212a4aa3bbf2e96762fec6a832939 (patch)
treeac3a07c5cde361c248aa3d6c31a540d0d5f3b3a1 /TAO/tests/UNKNOWN_Exception
parent9a835e821df01091f4eade0ae9ad80c3533c3d5c (diff)
downloadATCD-9a618d3733b212a4aa3bbf2e96762fec6a832939.tar.gz
Thu Mar 22 19:29:26 UTC 2007 Johnny Willemsen <jwillemsen@remedy.nl>
Diffstat (limited to 'TAO/tests/UNKNOWN_Exception')
-rw-r--r--TAO/tests/UNKNOWN_Exception/client.cpp4
1 files changed, 1 insertions, 3 deletions
diff --git a/TAO/tests/UNKNOWN_Exception/client.cpp b/TAO/tests/UNKNOWN_Exception/client.cpp
index 548b4b99e94..54f076b147e 100644
--- a/TAO/tests/UNKNOWN_Exception/client.cpp
+++ b/TAO/tests/UNKNOWN_Exception/client.cpp
@@ -47,9 +47,7 @@ main (int argc, char **argv)
try
{
CORBA::ORB_var orb =
- CORBA::ORB_init (argc,
- argv,
- 0);
+ CORBA::ORB_init (argc, argv);
int result =
parse_args (argc, argv);