diff options
author | irfan <irfan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1998-12-26 00:19:15 +0000 |
---|---|---|
committer | irfan <irfan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1998-12-26 00:19:15 +0000 |
commit | e50019ac5966c1527c7bf877b9ec6f8dbeada23c (patch) | |
tree | 485764ff9939d95efba249e8d47c7083a3854ab0 /TAO/tao/params.i | |
parent | 012a1e8d9f9a4afd9a3d516f181a56631deebeba (diff) | |
download | ATCD-e50019ac5966c1527c7bf877b9ec6f8dbeada23c.tar.gz |
*** empty log message ***
Diffstat (limited to 'TAO/tao/params.i')
-rw-r--r-- | TAO/tao/params.i | 35 |
1 files changed, 12 insertions, 23 deletions
diff --git a/TAO/tao/params.i b/TAO/tao/params.i index e5ee482cab8..59aaafcbf8a 100644 --- a/TAO/tao/params.i +++ b/TAO/tao/params.i @@ -25,19 +25,6 @@ TAO_OA_Parameters::~TAO_OA_Parameters (void) } ACE_INLINE void -TAO_OA_Parameters::demux_strategy (TAO_Demux_Strategy strategy) -{ - this->demux_ = strategy; // Trust that the value is valid! -} - -//ACE_INLINE TAO_OA_Parameters::TAO_Demux_Strategy -ACE_INLINE TAO_Demux_Strategy -TAO_OA_Parameters::demux_strategy (void) -{ - return this->demux_; -} - -ACE_INLINE void TAO_OA_Parameters::tablesize (CORBA::ULong tblsize) { this->tablesize_ = tblsize; @@ -49,20 +36,22 @@ TAO_OA_Parameters::tablesize (void) return this->tablesize_; } -ACE_INLINE void -TAO_OA_Parameters::userdef_lookup_strategy (TAO_Object_Table_Impl *&ot) +ACE_INLINE TAO_Active_Object_Map_Impl * +TAO_OA_Parameters::userdef_lookup_strategy_for_user_id_policy (void) +{ + return 0; +} + +ACE_INLINE TAO_Active_Object_Map_Impl * +TAO_OA_Parameters::userdef_lookup_strategy_for_system_id_policy (void) { - // provide a way for user defined object key lookup strategies to be plugged - // in - ot_ = ot; - ot = 0; // we own it now + return 0; } -ACE_INLINE TAO_Object_Table_Impl * -TAO_OA_Parameters::userdef_lookup_strategy (void) +ACE_INLINE TAO_Reverse_Active_Object_Map_Impl * +TAO_OA_Parameters::userdef_reverse_lookup_strategy_for_unique_id_policy (void) { - // return the lookup strategy - return ot_; + return 0; } ACE_INLINE int |