3 //=============================================================================
5 * @file PortableServer_WFunctions.h
7 * PortableServer helper functions
9 * @author Irfan Pyarali <irfan@cs.wustl.edu>
11 //=============================================================================
13 #ifndef TAO_PORTABLESERVER_WFUNCTIONS_H
14 #define TAO_PORTABLESERVER_WFUNCTIONS_H
16 #include /**/ "ace/pre.h"
18 #include "tao/PortableServer/portableserver_export.h"
20 #if !defined (ACE_LACKS_PRAGMA_ONCE)
22 #endif /* ACE_LACKS_PRAGMA_ONCE */
24 #include "tao/orbconf.h"
26 #include "tao/PortableServer/PS_ForwardC.h"
27 #include "ace/OS_NS_wchar.h"
29 TAO_BEGIN_VERSIONED_NAMESPACE_DECL
31 namespace PortableServer
33 extern TAO_PortableServer_Export
CORBA::WChar
* ObjectId_to_wstring (
34 const PortableServer::ObjectId
&id
);
36 extern TAO_PortableServer_Export
PortableServer::ObjectId
*wstring_to_ObjectId (
37 const CORBA::WChar
*id
);
40 TAO_END_VERSIONED_NAMESPACE_DECL
42 #include /**/ "ace/post.h"
44 #endif /* TAO_PORTABLESERVER_WFUNCTIONS_H */