summaryrefslogtreecommitdiff
path: root/TAO/tao/default_server.cpp
diff options
context:
space:
mode:
authorirfan <irfan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1999-05-08 05:00:22 +0000
committerirfan <irfan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1999-05-08 05:00:22 +0000
commit940ebfacd76d3bea09f72a2681b13e2489947f8f (patch)
tree8ac1fe4a1a092825bad9fa45012166be25132da5 /TAO/tao/default_server.cpp
parentebdc1826684c6fb0d16b098c0deb7411f22a9e64 (diff)
downloadATCD-940ebfacd76d3bea09f72a2681b13e2489947f8f.tar.gz
Fri May 07 23:49:38 1999 Irfan Pyarali <irfan@cs.wustl.edu>
Diffstat (limited to 'TAO/tao/default_server.cpp')
-rw-r--r--TAO/tao/default_server.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/TAO/tao/default_server.cpp b/TAO/tao/default_server.cpp
index 3eef6e4eda1..c1a76f1b9e4 100644
--- a/TAO/tao/default_server.cpp
+++ b/TAO/tao/default_server.cpp
@@ -303,8 +303,8 @@ TAO_Default_Server_Strategy_Factory::parse_args (int argc, char *argv[])
if (ACE_OS::strcasecmp (name, "dynamic") == 0)
this->active_object_map_creation_parameters_.reverse_object_lookup_strategy_for_unique_id_policy_ = TAO_DYNAMIC_HASH;
- else if (ACE_OS::strcasecmp (name, "user") == 0)
- this->active_object_map_creation_parameters_.reverse_object_lookup_strategy_for_unique_id_policy_ = TAO_USER_DEFINED;
+ else if (ACE_OS::strcasecmp (name, "linear") == 0)
+ this->active_object_map_creation_parameters_.reverse_object_lookup_strategy_for_unique_id_policy_ = TAO_LINEAR;
}
}
else if (ACE_OS::strcmp (argv[curarg], "-ORBdemuxstrategy") == 0)