summaryrefslogtreecommitdiff
path: root/TAO/tao/Special_Basic_SArgument_T.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tao/Special_Basic_SArgument_T.cpp')
-rw-r--r--TAO/tao/Special_Basic_SArgument_T.cpp16
1 files changed, 0 insertions, 16 deletions
diff --git a/TAO/tao/Special_Basic_SArgument_T.cpp b/TAO/tao/Special_Basic_SArgument_T.cpp
index c997f057d98..7b49823f9a5 100644
--- a/TAO/tao/Special_Basic_SArgument_T.cpp
+++ b/TAO/tao/Special_Basic_SArgument_T.cpp
@@ -25,8 +25,6 @@ TAO::In_Special_Basic_SArgument_T<S,to_S,from_S>::demarshal (
return cdr >> to_S (this->x_);
}
-#if TAO_HAS_INTERCEPTORS == 1
-
template<typename S, typename to_S, typename from_S>
void
TAO::In_Special_Basic_SArgument_T<S,to_S,from_S>::interceptor_param (
@@ -37,8 +35,6 @@ TAO::In_Special_Basic_SArgument_T<S,to_S,from_S>::interceptor_param (
p.mode = CORBA::PARAM_IN;
}
-#endif /* TAO_HAS_INTERCEPTORS */
-
// ===========================================================
template<typename S, typename to_S, typename from_S>
@@ -59,8 +55,6 @@ TAO::Inout_Special_Basic_SArgument_T<S,to_S,from_S>::demarshal (
return cdr >> to_S (this->x_);
}
-#if TAO_HAS_INTERCEPTORS == 1
-
template<typename S, typename to_S, typename from_S>
void
TAO::Inout_Special_Basic_SArgument_T<S,to_S,from_S>::interceptor_param (
@@ -71,8 +65,6 @@ TAO::Inout_Special_Basic_SArgument_T<S,to_S,from_S>::interceptor_param (
p.mode = CORBA::PARAM_INOUT;
}
-#endif /* TAO_HAS_INTERCEPTORS */
-
// ==============================================================
template<typename S, typename to_S, typename from_S>
@@ -84,8 +76,6 @@ TAO::Out_Special_Basic_SArgument_T<S,to_S,from_S>::marshal (
return cdr << from_S (this->x_);
}
-#if TAO_HAS_INTERCEPTORS == 1
-
template<typename S, typename to_S, typename from_S>
void
TAO::Out_Special_Basic_SArgument_T<S,to_S,from_S>::interceptor_param (
@@ -96,8 +86,6 @@ TAO::Out_Special_Basic_SArgument_T<S,to_S,from_S>::interceptor_param (
p.mode = CORBA::PARAM_OUT;
}
-#endif /* TAO_HAS_INTERCEPTORS */
-
// ==============================================================
template<typename S, typename to_S, typename from_S>
@@ -109,8 +97,6 @@ TAO::Ret_Special_Basic_SArgument_T<S,to_S,from_S>::marshal (
return cdr << from_S (this->x_);
}
-#if TAO_HAS_INTERCEPTORS == 1
-
template<typename S, typename to_S, typename from_S>
void
TAO::Ret_Special_Basic_SArgument_T<S,to_S,from_S>::interceptor_result (
@@ -120,7 +106,5 @@ TAO::Ret_Special_Basic_SArgument_T<S,to_S,from_S>::interceptor_result (
(*any) <<= this->x_;
}
-#endif /* TAO_HAS_INTERCEPTORS */
-
#endif /* TAO_SPECIAL_BASIC_SARGUMENT_T_C */