summaryrefslogtreecommitdiff
path: root/TAO/tao/params.i
diff options
context:
space:
mode:
authorcoryan <coryan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1999-04-15 16:17:08 +0000
committercoryan <coryan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1999-04-15 16:17:08 +0000
commit4677e3d06dbdab005aa979027d956c53307fe9f2 (patch)
tree37eedbadb7d61e1820a7a8d6c86333f9e5d6ad64 /TAO/tao/params.i
parentb3ace1b5d429741ae8ff226ba23aa1989ba9e377 (diff)
downloadATCD-4677e3d06dbdab005aa979027d956c53307fe9f2.tar.gz
ChangeLogTag:Thu Apr 15 10:44:12 1999 Carlos O'Ryan <coryan@cs.wustl.edu>
Diffstat (limited to 'TAO/tao/params.i')
-rw-r--r--TAO/tao/params.i43
1 files changed, 1 insertions, 42 deletions
diff --git a/TAO/tao/params.i b/TAO/tao/params.i
index 79619f37ba0..53a742a9062 100644
--- a/TAO/tao/params.i
+++ b/TAO/tao/params.i
@@ -14,46 +14,6 @@
//
// ============================================================================
-ACE_INLINE
-TAO_OA_Parameters::TAO_OA_Parameters (void)
-{
-}
-
-ACE_INLINE
-TAO_OA_Parameters::~TAO_OA_Parameters (void)
-{
-}
-
-ACE_INLINE void
-TAO_OA_Parameters::tablesize (CORBA::ULong tblsize)
-{
- this->tablesize_ = tblsize;
-}
-
-ACE_INLINE CORBA::ULong
-TAO_OA_Parameters::tablesize (void)
-{
- return this->tablesize_;
-}
-
-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)
-{
- return 0;
-}
-
-ACE_INLINE TAO_Reverse_Active_Object_Map_Impl *
-TAO_OA_Parameters::userdef_reverse_lookup_strategy_for_unique_id_policy (void)
-{
- return 0;
-}
-
ACE_INLINE int
TAO_ORB_Parameters::sock_rcvbuf_size (void) const
{
@@ -199,7 +159,7 @@ TAO_ORB_Parameters::trading_service_port (void) const
}
ACE_INLINE TAO_IOR_LookupTable *
-TAO_ORB_Parameters::ior_lookup_table (void)
+TAO_ORB_Parameters::ior_lookup_table (void)
{
return this->ior_lookup_table_;
}
@@ -221,4 +181,3 @@ TAO_ORB_Parameters::default_init_ref (void) const
{
return this->default_init_ref_.rep ();
}
-