diff options
author | brunsch <brunsch@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1999-11-04 20:10:30 +0000 |
---|---|---|
committer | brunsch <brunsch@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1999-11-04 20:10:30 +0000 |
commit | 8033e02a72431d619b26ff649a5fe6a9b87f17d6 (patch) | |
tree | 9ba7d99a67917c67127f5ac823860ec02ed9d9cd /TAO/tao/params.cpp | |
parent | d1fa614f62c054632b37c5a59e75bf095dd19f04 (diff) | |
download | ATCD-8033e02a72431d619b26ff649a5fe6a9b87f17d6.tar.gz |
ChangeLogTag:Thu Nov 4 12:50:23 1999 Darrell Brunsch <brunsch@cs.wustl.edu>
Diffstat (limited to 'TAO/tao/params.cpp')
-rw-r--r-- | TAO/tao/params.cpp | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/TAO/tao/params.cpp b/TAO/tao/params.cpp index 359fa6f70f1..26cf6d0d3fa 100644 --- a/TAO/tao/params.cpp +++ b/TAO/tao/params.cpp @@ -22,8 +22,7 @@ TAO_ORB_Parameters::TAO_ORB_Parameters (void) cdr_memcpy_tradeoff_ (ACE_DEFAULT_CDR_MEMCPY_TRADEOFF), use_lite_protocol_ (0), use_dotted_decimal_addresses_ (0), - std_profile_components_ (1), - use_multicast_ (1) + std_profile_components_ (1) { for (int i=0; i<= NO_OF_MCAST_SERVICES; i++) this->service_port_[i] = 0; |