3 //=============================================================================
5 * @file UB_String_SArguments.h
8 * @author Carlos O'Ryan
10 //=============================================================================
12 #ifndef TAO_UB_STRING_SARGUMENTS_H
13 #define TAO_UB_STRING_SARGUMENTS_H
15 #include /**/ "ace/pre.h"
17 #include "tao/PortableServer/portableserver_export.h"
19 #if !defined (ACE_LACKS_PRAGMA_ONCE)
21 #endif /* ACE_LACKS_PRAGMA_ONCE */
23 #include "tao/PortableServer/UB_String_SArgument_T.h"
24 #include "tao/PortableServer/SArg_Traits_T.h"
26 TAO_BEGIN_VERSIONED_NAMESPACE_DECL
32 * @brief Specializatons for unbounded (w)strings.
37 class TAO_PortableServer_Export SArg_Traits
<CORBA::Char
*>
38 : public UB_String_SArg_Traits_T
<CORBA::Char
,
45 class TAO_PortableServer_Export SArg_Traits
<CORBA::WChar
*>
46 : public UB_String_SArg_Traits_T
<CORBA::WChar
,
53 TAO_END_VERSIONED_NAMESPACE_DECL
55 #include /**/ "ace/post.h"
57 #endif /* TAO_UB_STRING_SARGUMENTS_H */