3 //=============================================================================
5 * @file PortableServer_Functions.h
7 * PortableServer helper functions
9 * @author Irfan Pyarali <irfan@cs.wustl.edu>
11 //=============================================================================
13 #ifndef TAO_PORTABLESERVER_FUNCTIONS_H
14 #define TAO_PORTABLESERVER_FUNCTIONS_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 /// Utility functions for the other
34 extern TAO_PortableServer_Export
char* ObjectId_to_string (
35 const PortableServer::ObjectId
&id
);
37 extern TAO_PortableServer_Export
PortableServer::ObjectId
*string_to_ObjectId (
41 TAO_END_VERSIONED_NAMESPACE_DECL
43 #include /**/ "ace/post.h"
45 #endif /* TAO_PORTABLESERVER_FUNCTIONS_H */