Updated logging to include the class/method so that it is more obvious where these...
[ACE_TAO.git] / TAO / tao / PortableServer / PortableServer_Functions.h
blob54d2164f2625868494748e2c512dfbd6fc6b29f6
1 // -*- C++ -*-
3 //=============================================================================
4 /**
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)
21 # 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 (
38 const char *id);
41 TAO_END_VERSIONED_NAMESPACE_DECL
43 #include /**/ "ace/post.h"
45 #endif /* TAO_PORTABLESERVER_FUNCTIONS_H */