diff options
author | Johnny Willemsen <jwillemsen@remedy.nl> | 2007-04-20 08:07:58 +0000 |
---|---|---|
committer | Johnny Willemsen <jwillemsen@remedy.nl> | 2007-04-20 08:07:58 +0000 |
commit | 8c59833cb0b42949393b3799d40145c0c70403f5 (patch) | |
tree | c017c63abd2c2e204e92f26c71477fc039fbcf28 /TAO/tao/params.h | |
parent | f5a9e8e4111192a3a97f8fd9f827c03b1c4fde43 (diff) | |
download | ATCD-8c59833cb0b42949393b3799d40145c0c70403f5.tar.gz |
Fri Apr 20 08:05:12 UTC 2007 Johnny Willemsen <jwillemsen@remedy.nl>
Diffstat (limited to 'TAO/tao/params.h')
-rw-r--r-- | TAO/tao/params.h | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/TAO/tao/params.h b/TAO/tao/params.h index a7fb631e804..5cbf9bc23b0 100644 --- a/TAO/tao/params.h +++ b/TAO/tao/params.h @@ -181,7 +181,7 @@ public: /// Want to use parallel connection attempts when profiles have multiple /// endpoints. - bool use_parallel_connects(void) const; + bool use_parallel_connects(void) const; void use_parallel_connects (bool x); /// The milliseconds delay used to stagger individual connection starts @@ -215,6 +215,9 @@ public: void negotiate_codesets (bool c); bool negotiate_codesets (void) const; + void ami_collication (bool opt); + bool ami_collication (void) const; + private: // Each "endpoint" is of the form: // @@ -368,6 +371,9 @@ private: /// Enable the use of codeset negotiation bool negotiate_codesets_; + + /// Do we make collocated ami calls + bool ami_collication_; }; TAO_END_VERSIONED_NAMESPACE_DECL |