summaryrefslogtreecommitdiff
path: root/TAO/performance-tests/Cubit/TAO/DII_Cubit/client.cpp
diff options
context:
space:
mode:
authorjp4 <jp4@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1998-10-27 00:43:23 +0000
committerjp4 <jp4@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1998-10-27 00:43:23 +0000
commit475d1f1b17572d7a4338eeee20d7af2b2bc89b52 (patch)
tree81e641d729f74933088525cfdd546d6f2dcfb736 /TAO/performance-tests/Cubit/TAO/DII_Cubit/client.cpp
parenta8ca01ef8241a7922964ad48c674e394a823d998 (diff)
downloadATCD-475d1f1b17572d7a4338eeee20d7af2b2bc89b52.tar.gz
*** empty log message ***
Diffstat (limited to 'TAO/performance-tests/Cubit/TAO/DII_Cubit/client.cpp')
-rw-r--r--TAO/performance-tests/Cubit/TAO/DII_Cubit/client.cpp8
1 files changed, 2 insertions, 6 deletions
diff --git a/TAO/performance-tests/Cubit/TAO/DII_Cubit/client.cpp b/TAO/performance-tests/Cubit/TAO/DII_Cubit/client.cpp
index 9cf30b229a3..294b2da1c52 100644
--- a/TAO/performance-tests/Cubit/TAO/DII_Cubit/client.cpp
+++ b/TAO/performance-tests/Cubit/TAO/DII_Cubit/client.cpp
@@ -35,7 +35,7 @@
ACE_RCSID(DII_Cubit, client, "$Id$")
// Some constants used below.
- const CORBA::ULong DEFAULT_LOOP_COUNT = 250;
+const CORBA::ULong DEFAULT_LOOP_COUNT = 250;
const char *DEFAULT_FACTORY_IOR = "ior00";
const int SMALL_OCTET_SEQ_LENGTH = 16;
const int LARGE_OCTET_SEQ_LENGTH = 4096;
@@ -399,7 +399,7 @@ DII_Cubit_Client::init_naming_service (void)
int
DII_Cubit_Client::parse_args (void)
{
- ACE_Get_Opt opts (argc_, argv_, "dn:i:f:xs");
+ ACE_Get_Opt opts (argc_, argv_, "dn:i:f:x");
int c;
int result;
@@ -428,9 +428,6 @@ DII_Cubit_Client::parse_args (void)
case 'x': // Shut down server after test run.
this->shutdown_ = 1;
break;
- case 's': // Don't use the TAO naming service.
- this->use_naming_service_ = 0;
- break;
case '?':
default:
ACE_ERROR_RETURN ((LM_ERROR,
@@ -440,7 +437,6 @@ DII_Cubit_Client::parse_args (void)
" [-i cubit-factory-IOR]"
" [-f filename]"
" [-x]"
- " [-s]"
"\n",
this->argv_ [0]),
-1);