3 //=============================================================================
5 * @file Any_SArg_Traits.h
8 * @author Ossama Othman
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)
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
37 class TAO_PortableServer_Export SArg_Traits
<CORBA::Any
>
39 Var_Size_SArg_Traits_T
<
41 TAO::Any_Insert_Policy_Stream
47 TAO_END_VERSIONED_NAMESPACE_DECL
49 #include /**/ "ace/post.h"
51 #endif /* TAO_ANY_ARG_TRAITS_H */