summaryrefslogtreecommitdiff
path: root/TAO/tao/params.h
diff options
context:
space:
mode:
authorOssama Othman <ossama-othman@users.noreply.github.com>2000-09-25 18:18:29 +0000
committerOssama Othman <ossama-othman@users.noreply.github.com>2000-09-25 18:18:29 +0000
commit8c2acd7d18edeca943556ac06b58ef0ac8a15670 (patch)
tree3e2d146a8f58c5ea761633a35a261e2f22515ec6 /TAO/tao/params.h
parente1970430fe1c159d1555650c32204392823b5271 (diff)
downloadATCD-8c2acd7d18edeca943556ac06b58ef0ac8a15670.tar.gz
ChangeLogTag:Mon Sep 25 11:09:20 2000 Ossama Othman <ossama@uci.edu>
Diffstat (limited to 'TAO/tao/params.h')
-rw-r--r--TAO/tao/params.h12
1 files changed, 5 insertions, 7 deletions
diff --git a/TAO/tao/params.h b/TAO/tao/params.h
index 2c7ad5d01c0..f1a390f11e9 100644
--- a/TAO/tao/params.h
+++ b/TAO/tao/params.h
@@ -25,6 +25,7 @@
# pragma once
#endif /* ACE_LACKS_PRAGMA_ONCE */
+#include "tao/CORBA_String.h"
#include "ace/SString.h"
// Forward decls.
@@ -87,8 +88,8 @@ public:
// Set/Get the port of services locatable through multicast.
const char *mcast_discovery_endpoint (void) const;
- void mcast_discovery_endpoint (const ACE_CString &mde);
- // Set/Get address:port for Multicast Discovery Protocol for
+ void mcast_discovery_endpoint (const char *mde);
+ // Get/Set address:port for Multicast Discovery Protocol for
// the Naming Service.
int sock_rcvbuf_size (void) const;
@@ -122,7 +123,7 @@ public:
// default we use the full ascii names.
char *default_init_ref (void) const;
- void default_init_ref (const ACE_CString &default_init_ref);
+ void default_init_ref (const char *default_init_ref);
// Set/Get the Init Reference of an arbitrary ObjectID.
int std_profile_components (void) const;
@@ -161,13 +162,10 @@ private:
CORBA::UShort service_port_[NO_OF_MCAST_SERVICES];
// Port numbers of the configured services.
- ACE_CString mcast_discovery_endpoint_;
+ CORBA::String_var mcast_discovery_endpoint_;
// address:port for Multicast Discovery Protocol for the Naming
// Service.
- ACE_CString init_ref_;
- // Initial Reference supplied as <ObjectID>:<IOR>
-
ACE_CString default_init_ref_;
// List of comma separated prefixes from ORBDefaultInitRef.