summaryrefslogtreecommitdiff
path: root/TAO/performance-tests/RTCorba/Oneways
diff options
context:
space:
mode:
authorAbdullah Sowayan <sowayan@users.noreply.github.com>2008-06-19 16:51:12 +0000
committerAbdullah Sowayan <sowayan@users.noreply.github.com>2008-06-19 16:51:12 +0000
commitb382dfde3b5a03d0a12bba329250e526739803fe (patch)
tree7e105af0433fde7dc3d185e965d9a003991c5e21 /TAO/performance-tests/RTCorba/Oneways
parentd01ad13f9bc45c5b6025168b4524c58f3d9e5315 (diff)
downloadATCD-b382dfde3b5a03d0a12bba329250e526739803fe.tar.gz
Thu Jun 19 16:49:23 UTC 2008 Abdullah Sowayan <abdullah.sowayan@lmco.com>
Diffstat (limited to 'TAO/performance-tests/RTCorba/Oneways')
-rw-r--r--TAO/performance-tests/RTCorba/Oneways/Reliable/client.cpp3
-rw-r--r--TAO/performance-tests/RTCorba/Oneways/Reliable/server.cpp3
2 files changed, 2 insertions, 4 deletions
diff --git a/TAO/performance-tests/RTCorba/Oneways/Reliable/client.cpp b/TAO/performance-tests/RTCorba/Oneways/Reliable/client.cpp
index 2be9cb4c944..ecff5af4157 100644
--- a/TAO/performance-tests/RTCorba/Oneways/Reliable/client.cpp
+++ b/TAO/performance-tests/RTCorba/Oneways/Reliable/client.cpp
@@ -427,8 +427,7 @@ ACE_TMAIN(int argc, ACE_TCHAR *argv[])
// Initialize the ORB, the POA, and get the server reference.
CORBA::ORB_var orb =
CORBA::ORB_init (argc,
- argv,
- "");
+ argv);
// Get the command line options.
if (parse_args (argc, argv) != 0)
diff --git a/TAO/performance-tests/RTCorba/Oneways/Reliable/server.cpp b/TAO/performance-tests/RTCorba/Oneways/Reliable/server.cpp
index be7ae0fae8d..6e274a9de6e 100644
--- a/TAO/performance-tests/RTCorba/Oneways/Reliable/server.cpp
+++ b/TAO/performance-tests/RTCorba/Oneways/Reliable/server.cpp
@@ -95,8 +95,7 @@ ACE_TMAIN(int argc, ACE_TCHAR *argv[])
{
CORBA::ORB_var orb =
CORBA::ORB_init (argc,
- argv,
- "");
+ argv);
// Get the command line options.
if (parse_args (argc, argv) != 0)