#include "CIAO_Server_Export.h"
#include "tao/Versioned_Namespace.h"
Include dependency graph for Server_init.h:
This graph shows which files directly or indirectly include this file:
Namespaces | |
namespace | CORBA |
namespace | CIAO |
namespace | CIAO::Utility |
Functions | |
CIAO_SERVER_Export int | Server_init (CORBA::ORB_ptr o) |
CIAO_SERVER_Export int | write_IOR (const char *pathname, const char *IOR) |
|
The initialize routine for any server that need to access component. This routine now simply registers various valuetype factories defined in CIAO_Component.pidl. Currently, this method should be call right after ORB initialization but we should try to register these stuff automatically. |
|
Write a string (usually a stringified IOR) to a file designated by the |