summaryrefslogtreecommitdiff
path: root/TAO/tao/Special_Basic_Argument_T.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tao/Special_Basic_Argument_T.cpp')
-rw-r--r--TAO/tao/Special_Basic_Argument_T.cpp16
1 files changed, 0 insertions, 16 deletions
diff --git a/TAO/tao/Special_Basic_Argument_T.cpp b/TAO/tao/Special_Basic_Argument_T.cpp
index 3fe67efa366..0fb3ae66072 100644
--- a/TAO/tao/Special_Basic_Argument_T.cpp
+++ b/TAO/tao/Special_Basic_Argument_T.cpp
@@ -21,8 +21,6 @@ TAO::In_Special_Basic_Argument_T<S,to_S,from_S>::marshal (TAO_OutputCDR & cdr)
return cdr << from_S (this->x_);
}
-#if TAO_HAS_INTERCEPTORS == 1
-
template<typename S, typename to_S, typename from_S>
void
TAO::In_Special_Basic_Argument_T<S,to_S,from_S>::interceptor_param (
@@ -33,8 +31,6 @@ TAO::In_Special_Basic_Argument_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>
@@ -55,8 +51,6 @@ TAO::Inout_Special_Basic_Argument_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_Argument_T<S,to_S,from_S>::interceptor_param (
@@ -67,8 +61,6 @@ TAO::Inout_Special_Basic_Argument_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>
@@ -80,8 +72,6 @@ TAO::Out_Special_Basic_Argument_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::Out_Special_Basic_Argument_T<S,to_S,from_S>::interceptor_param (
@@ -92,8 +82,6 @@ TAO::Out_Special_Basic_Argument_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>
@@ -105,8 +93,6 @@ TAO::Ret_Special_Basic_Argument_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::Ret_Special_Basic_Argument_T<S,to_S,from_S>::interceptor_result (
@@ -116,7 +102,5 @@ TAO::Ret_Special_Basic_Argument_T<S,to_S,from_S>::interceptor_result (
(*any) <<= from_S (this->x_);
}
-#endif /* TAO_HAS_INTERCEPTORS */
-
#endif /* TAO_SPECIAL_BASIC_ARGUMENT_T_C */