summaryrefslogtreecommitdiff
path: root/TAO/tao/PortableServer/Special_Basic_SArgument_T.inl
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tao/PortableServer/Special_Basic_SArgument_T.inl')
-rw-r--r--TAO/tao/PortableServer/Special_Basic_SArgument_T.inl66
1 files changed, 0 insertions, 66 deletions
diff --git a/TAO/tao/PortableServer/Special_Basic_SArgument_T.inl b/TAO/tao/PortableServer/Special_Basic_SArgument_T.inl
deleted file mode 100644
index a0fd902d4fd..00000000000
--- a/TAO/tao/PortableServer/Special_Basic_SArgument_T.inl
+++ /dev/null
@@ -1,66 +0,0 @@
-// -*- C++ -*-
-//
-// $Id$
-
-template<typename S, typename to_S, typename from_S>
-ACE_INLINE
-TAO::In_Special_Basic_SArgument_T<S,to_S,from_S>::
-In_Special_Basic_SArgument_T (void)
-{}
-
-template<typename S, typename to_S, typename from_S>
-ACE_INLINE
-S const &
-TAO::In_Special_Basic_SArgument_T<S,to_S,from_S>::arg (void) const
-{
- return this->x_;
-}
-
-// ===========================================================================
-
-template<typename S, typename to_S, typename from_S>
-ACE_INLINE
-TAO::Inout_Special_Basic_SArgument_T<S,to_S,from_S>::
-Inout_Special_Basic_SArgument_T (void)
-{}
-
-template<typename S, typename to_S, typename from_S>
-ACE_INLINE
-S &
-TAO::Inout_Special_Basic_SArgument_T<S,to_S,from_S>::arg (void)
-{
- return this->x_;
-}
-
-// ===========================================================================
-
-template<typename S, typename to_S, typename from_S>
-ACE_INLINE
-TAO::Out_Special_Basic_SArgument_T<S,to_S,from_S>::
-Out_Special_Basic_SArgument_T (void)
-{}
-
-template<typename S, typename to_S, typename from_S>
-S &
-TAO::Out_Special_Basic_SArgument_T<S,to_S,from_S>::arg (void)
-{
- return this->x_;
-}
-
-// ===========================================================================
-
-template<typename S, typename to_S, typename from_S>
-ACE_INLINE
-TAO::Ret_Special_Basic_SArgument_T<S,to_S,from_S>::
-Ret_Special_Basic_SArgument_T (void)
-{
-}
-
-template<typename S, typename to_S, typename from_S>
-ACE_INLINE
-S &
-TAO::Ret_Special_Basic_SArgument_T<S,to_S,from_S>::arg (void)
-{
- return this->x_;
-}
-