summaryrefslogtreecommitdiff
path: root/TAO/tao/params.h
diff options
context:
space:
mode:
authorbrunsch <brunsch@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1999-11-03 03:37:54 +0000
committerbrunsch <brunsch@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1999-11-03 03:37:54 +0000
commit0a387376acd34fb6c0bfcd0865bc7abe6008863b (patch)
tree5efcb7a977d5a26b03fe8c65f945c665c489a624 /TAO/tao/params.h
parentae098feac9d8ac72d48414b592403f8d899667e5 (diff)
downloadATCD-0a387376acd34fb6c0bfcd0865bc7abe6008863b.tar.gz
ChangeLogTag:Tue Nov 2 21:19:42 1999 Darrell Brunsch <brunsch@cs.wustl.edu>
Diffstat (limited to 'TAO/tao/params.h')
-rw-r--r--TAO/tao/params.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/TAO/tao/params.h b/TAO/tao/params.h
index 02b67e32e83..e47b42e6dd9 100644
--- a/TAO/tao/params.h
+++ b/TAO/tao/params.h
@@ -175,6 +175,11 @@ 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:
//
@@ -248,6 +253,9 @@ 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__)