summaryrefslogtreecommitdiff
path: root/TAO/tao/Server_Strategy_Factory.h
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2004-04-16 09:24:02 +0000
committerJohnny Willemsen <jwillemsen@remedy.nl>2004-04-16 09:24:02 +0000
commitf7341bc6f034179cbec794d6a45bb3d7a3e17b92 (patch)
treedd58ebf1b9ff831d1b5333a66059b83264f15938 /TAO/tao/Server_Strategy_Factory.h
parentd87cad366facd859c4a5b31d67c74b08f13abee9 (diff)
downloadATCD-f7341bc6f034179cbec794d6a45bb3d7a3e17b92.tar.gz
ChangeLogTag: Fri Apr 16 09:16:11 UTC 2004 Johnny Willemsen <jwillemsen@remedy.nl>
Diffstat (limited to 'TAO/tao/Server_Strategy_Factory.h')
-rw-r--r--TAO/tao/Server_Strategy_Factory.h26
1 files changed, 13 insertions, 13 deletions
diff --git a/TAO/tao/Server_Strategy_Factory.h b/TAO/tao/Server_Strategy_Factory.h
index 2bdfde3dab2..4ba7d599e9f 100644
--- a/TAO/tao/Server_Strategy_Factory.h
+++ b/TAO/tao/Server_Strategy_Factory.h
@@ -53,29 +53,29 @@ public:
/// Constructor.
Active_Object_Map_Creation_Parameters (void);
+ /// Default size of object lookup table.
CORBA::ULong active_object_map_size_;
- // Default size of object lookup table.
+ /// The type of lookup/demultiplexing strategy being used for user
+ /// id policy
TAO_Demux_Strategy object_lookup_strategy_for_user_id_policy_;
- // The type of lookup/demultiplexing strategy being used for user
- // id policy
+ /// The type of lookup/demultiplexing strategy being used for
+ /// system id policy
TAO_Demux_Strategy object_lookup_strategy_for_system_id_policy_;
- // The type of lookup/demultiplexing strategy being used for
- // system id policy
+ /// The type of reverse lookup/demultiplexing strategy being used
+ /// for the UNIQUE_ID policy
TAO_Demux_Strategy reverse_object_lookup_strategy_for_unique_id_policy_;
- // The type of reverse lookup/demultiplexing strategy being used
- // for the UNIQUE_ID policy
+ /// Flag to indicate whether the active hint should be used with
+ /// the IOR.
int use_active_hint_in_ids_;
- // Flag to indicate whether the active hint should be used with
- // the IOR.
+ /// Flag to indicate whether reactivations of servants was required
+ /// (under the system id policy). If not, certain resources may
+ /// not be required.
int allow_reactivation_of_system_ids_;
- // Flag to indicate whether reactivations of servants was required
- // (under the system id policy). If not, certain resources may
- // not be required.
CORBA::ULong poa_map_size_;
@@ -121,7 +121,7 @@ public:
virtual int server_connection_thread_count (void);
/// Return the active object map creation parameters.
- virtual
+ virtual
const Active_Object_Map_Creation_Parameters &
active_object_map_creation_parameters (void) const;