// -*- C++ -*- //============================================================================= /** * @file Special_Basic_SArguments.h * * @author Jeff Parsons * @author Carlos O'Ryan */ //============================================================================= #ifndef TAO_SPECIAL_BASIC_SARGUMENTS_H #define TAO_SPECIAL_BASIC_SARGUMENTS_H #include /**/ "ace/pre.h" #include "tao/PortableServer/portableserver_export.h" #if !defined (ACE_LACKS_PRAGMA_ONCE) # pragma once #endif /* ACE_LACKS_PRAGMA_ONCE */ #include "tao/PortableServer/Special_Basic_SArgument_T.h" #include "tao/PortableServer/SArg_Traits_T.h" #include "tao/Any_Insert_Policy_T.h" #include "ace/CDR_Stream.h" TAO_BEGIN_VERSIONED_NAMESPACE_DECL namespace TAO { /** * * @brief Specializations for (w)char, octet and boolean. * */ template<> class TAO_PortableServer_Export SArg_Traits : public Special_Basic_SArg_Traits_T { }; template<> class TAO_PortableServer_Export SArg_Traits : public Special_Basic_SArg_Traits_T { }; template<> class TAO_PortableServer_Export SArg_Traits : public Special_Basic_SArg_Traits_T { }; template<> class TAO_PortableServer_Export SArg_Traits : public Special_Basic_SArg_Traits_T { }; } TAO_END_VERSIONED_NAMESPACE_DECL #include /**/ "ace/post.h" #endif /* TAO_SPECIAL_BASIC_SARGUMENTS_H */