summaryrefslogtreecommitdiff
path: root/TAO/tao/params.i
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tao/params.i')
-rw-r--r--TAO/tao/params.i13
1 files changed, 0 insertions, 13 deletions
diff --git a/TAO/tao/params.i b/TAO/tao/params.i
index 63e924d000f..7603b1b8e5a 100644
--- a/TAO/tao/params.i
+++ b/TAO/tao/params.i
@@ -193,16 +193,3 @@ TAO_ORB_Parameters::default_init_ref (void) const
{
return this->default_init_ref_.rep ();
}
-
-ACE_INLINE int
-TAO_ORB_Parameters::std_profile_components (void) const
-{
- return this->std_profile_components_;
-}
-
-ACE_INLINE void
-TAO_ORB_Parameters::std_profile_components (int x)
-{
- this->std_profile_components_ = x;
-}
-