Revert "Minor modernization of DynamicAny code"
[ACE_TAO.git] / TAO / tao / Arg_Traits_T.h
blob2afeb183490a8f6cb01acca41de2daea3370980c
1 //=============================================================================
2 /**
3 * @file Arg_Traits_T.h
5 * @authors Jeff Parsons and Carlos O'Ryan
6 */
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)
17 # pragma once
18 #endif /* ACE_LACKS_PRAGMA_ONCE */
20 TAO_BEGIN_VERSIONED_NAMESPACE_DECL
22 namespace TAO
24 /**
26 * @brief Base class for all stub arg traits specializations.
29 template<typename T>
30 class Arg_Traits
35 TAO_END_VERSIONED_NAMESPACE_DECL
37 #include /**/ "ace/post.h"
39 #endif /* TAO_ARG_TRAITS_T_H */