Revert "Minor modernization of DynamicAny code"
[ACE_TAO.git] / TAO / tao / PortableServer / SArg_Traits_T.h
blobfb7f2fb197486dfbc56a8d5d7137aa20feda3b7d
1 // -*- C++ -*-
3 //=============================================================================
4 /**
5 * @file SArg_Traits_T.h
7 * @author Jeff Parsons
8 * @author Carlos O'Ryan
9 */
10 //=============================================================================
12 #ifndef TAO_SARG_TRAITS_T_H
13 #define TAO_SARG_TRAITS_T_H
15 #include /**/ "ace/pre.h"
17 #include /**/ "tao/Versioned_Namespace.h"
19 #if !defined (ACE_LACKS_PRAGMA_ONCE)
20 # pragma once
21 #endif /* ACE_LACKS_PRAGMA_ONCE */
23 TAO_BEGIN_VERSIONED_NAMESPACE_DECL
25 namespace TAO
27 /**
29 * @brief Base class for all skeleton arg traits specializations.
32 template<typename T>
33 class SArg_Traits
38 TAO_END_VERSIONED_NAMESPACE_DECL
40 #include /**/ "ace/post.h"
42 #endif /* TAO_SARG_TRAITS_T_H */