summaryrefslogtreecommitdiff
path: root/TAO/tao/params.h
diff options
context:
space:
mode:
authorbrunsch <brunsch@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1999-11-04 20:10:30 +0000
committerbrunsch <brunsch@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1999-11-04 20:10:30 +0000
commited9e3a7984bbe7147b670782a1cd190b8c71e42b (patch)
tree9ba7d99a67917c67127f5ac823860ec02ed9d9cd /TAO/tao/params.h
parent89177d016f89b59259875294baaa28cf4244df16 (diff)
downloadATCD-ed9e3a7984bbe7147b670782a1cd190b8c71e42b.tar.gz
ChangeLogTag:Thu Nov 4 12:50:23 1999 Darrell Brunsch <brunsch@cs.wustl.edu>
Diffstat (limited to 'TAO/tao/params.h')
-rw-r--r--TAO/tao/params.h8
1 files changed, 0 insertions, 8 deletions
diff --git a/TAO/tao/params.h b/TAO/tao/params.h
index e47b42e6dd9..02b67e32e83 100644
--- a/TAO/tao/params.h
+++ b/TAO/tao/params.h
@@ -175,11 +175,6 @@ public:
// Disable the OMG standard profile components, useful for
// homogenous environments.
- int use_multicast (void) const;
- void use_multicast (int um);
- // Set/Get the flag for whether multicast should be used in
- // resolve_initial_references ().
-
private:
// Each "endpoint" is of the form:
//
@@ -253,9 +248,6 @@ private:
int std_profile_components_;
// If true then the standard OMG components are not generated.
-
- int use_multicast_;
- // 1 if we want to use multicast, 0 if we want to suppress it.
};
#if defined (__ACE_INLINE__)