Revert "Minor modernization of DynamicAny code"
[ACE_TAO.git] / TAO / tao / PortableServer / Any_SArg_Traits.h
blobfcda3433c0bb85e12efc0ed0ad9f7c9793f296de
1 // -*- C++ -*-
3 //=============================================================================
4 /**
5 * @file Any_SArg_Traits.h
7 * @author Jeff Parsons
8 * @author Ossama Othman
9 */
10 //=============================================================================
13 #ifndef TAO_ANY_SARG_TRAITS_H
14 #define TAO_ANY_SARG_TRAITS_H
16 #include /**/ "ace/pre.h"
18 #if !defined (ACE_LACKS_PRAGMA_ONCE)
19 # pragma once
20 #endif /* ACE_LACKS_PRAGMA_ONCE */
22 #include "tao/PortableServer/Var_Size_SArgument_T.h"
23 #include "tao/PortableServer/SArg_Traits_T.h"
24 #include "tao/PortableServer/portableserver_export.h"
25 #include "tao/AnyTypeCode/Any.h"
27 TAO_BEGIN_VERSIONED_NAMESPACE_DECL
29 namespace CORBA
31 class Any;
34 namespace TAO
36 template<>
37 class TAO_PortableServer_Export SArg_Traits<CORBA::Any>
38 : public
39 Var_Size_SArg_Traits_T<
40 CORBA::Any,
41 TAO::Any_Insert_Policy_Stream
47 TAO_END_VERSIONED_NAMESPACE_DECL
49 #include /**/ "ace/post.h"
51 #endif /* TAO_ANY_ARG_TRAITS_H */