summaryrefslogtreecommitdiff
path: root/TAO/tao/ORB_Core.cpp
diff options
context:
space:
mode:
authorpgontla <pgontla@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2002-01-15 20:38:11 +0000
committerpgontla <pgontla@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2002-01-15 20:38:11 +0000
commit1a82eab9ad2232fe8c8c09f3b4f3d69d2b1adf58 (patch)
treeff9761217409580c851781ce980ca3e4fe7842d5 /TAO/tao/ORB_Core.cpp
parent631e25553b8fcb06fee158ebda7a4bab48a7192c (diff)
downloadATCD-1a82eab9ad2232fe8c8c09f3b4f3d69d2b1adf58.tar.gz
ChangeLogTag: Tue Jan 15 12:33:34 2002 Priyanka Gontla <pgontla@ece.uci.edu>
Diffstat (limited to 'TAO/tao/ORB_Core.cpp')
-rw-r--r--TAO/tao/ORB_Core.cpp7
1 files changed, 3 insertions, 4 deletions
diff --git a/TAO/tao/ORB_Core.cpp b/TAO/tao/ORB_Core.cpp
index a6b131f51ac..40052940063 100644
--- a/TAO/tao/ORB_Core.cpp
+++ b/TAO/tao/ORB_Core.cpp
@@ -1,4 +1,3 @@
-V1spr1anj
// $Id$
#include "ORB_Core.h"
@@ -1685,7 +1684,7 @@ TAO_ORB_Core::run (ACE_Time_Value *tv,
// This method should only be called by servers, so now we set up
// for listening!
- int ret = this->open (TAO_ENV_SINGLE_ARG_DECL);
+ int ret = this->open (TAO_ENV_SINGLE_ARG_PARAMETER);
ACE_CHECK_RETURN (-1);
if (ret == -1)
@@ -1905,7 +1904,7 @@ TAO_ORB_Core::open (TAO_ENV_SINGLE_ARG_DECL)
/// Open the Acceptor Registry.
int ret=
this->lane_resources ().open_acceptor_registry (0
- TAO_ENV_ARG_DECL);
+ TAO_ENV_ARG_PARAMETER);
ACE_CHECK_RETURN (-1);
if (ret == -1)
@@ -2005,7 +2004,7 @@ TAO_ORB_Core::resolve_ior_table_i (TAO_ENV_SINGLE_ARG_DECL)
int
TAO_ORB_Core::set_endpoint_helper (const char *current_arg
- TAO_ENV_ARG_PARAMETER)
+ TAO_ENV_ARG_DECL)
{
ACE_CString endpts (current_arg);