1 //=============================================================================
5 * @authors Jeff Parsons and Carlos O'Ryan
7 //=============================================================================
9 #ifndef TAO_ARG_TRAITS_T_H
10 #define TAO_ARG_TRAITS_T_H
12 #include /**/ "ace/pre.h"
14 #include /**/ "tao/Versioned_Namespace.h"
16 #if !defined (ACE_LACKS_PRAGMA_ONCE)
18 #endif /* ACE_LACKS_PRAGMA_ONCE */
20 TAO_BEGIN_VERSIONED_NAMESPACE_DECL
26 * @brief Base class for all stub arg traits specializations.
35 TAO_END_VERSIONED_NAMESPACE_DECL
37 #include /**/ "ace/post.h"
39 #endif /* TAO_ARG_TRAITS_T_H */