#include "Server_init.h"
#include "CIAO_common.h"
#include "CCM_ComponentC.h"
#include "Cookies.h"
#include "ace/OS_NS_stdio.h"
Include dependency graph for Server_init.cpp:
Namespaces | |
namespace | CIAO |
namespace | CIAO::Utility |
Functions | |
int | Server_init (CORBA::ORB_ptr o) |
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 |