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.i16
1 files changed, 0 insertions, 16 deletions
diff --git a/TAO/tao/params.i b/TAO/tao/params.i
index f9c2d3e889c..92a8a9e936a 100644
--- a/TAO/tao/params.i
+++ b/TAO/tao/params.i
@@ -2,8 +2,6 @@
//
// $Id$
-TAO_BEGIN_VERSIONED_NAMESPACE_DECL
-
ACE_INLINE int
TAO_ORB_Parameters::sock_rcvbuf_size (void) const
{
@@ -139,18 +137,6 @@ TAO_ORB_Parameters::nodelay (int x)
}
ACE_INLINE int
-TAO_ORB_Parameters::sock_keepalive (void)
-{
- return this->sock_keepalive_;
-}
-
-ACE_INLINE void
-TAO_ORB_Parameters::sock_keepalive (int x)
-{
- this->sock_keepalive_ = x;
-}
-
-ACE_INLINE int
TAO_ORB_Parameters::ace_sched_policy (void) const
{
return this->ace_sched_policy_;
@@ -242,5 +228,3 @@ TAO_ORB_Parameters::negotiate_codesets (bool x)
{
this->negotiate_codesets_ = x;
}
-
-TAO_END_VERSIONED_NAMESPACE_DECL