#include "CIAO_Client_Export.h"
#include "tao/orbconf.h"
Include dependency graph for Client_init.h:
This graph shows which files directly or indirectly include this file:
Namespaces | |
namespace | CORBA |
namespace | CIAO |
Functions | |
CIAO_CLIENT_Export int | Client_init (CORBA::ORB_ptr o) |
|
The initialize routine for any clients 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. |