#include <stdio.h>
#include "corbaUtil.h"
#include <omniORB4/Naming.hh>
#include <omniORB4/omniURI.h>
Go to the source code of this file.
Functions | |
bool | getMultiObjectRef (CORBA::ORB_ptr orb, const char *contextName, CORBA::Object_ptr *dst, int &nObj) |
Build an object reference for many object within a context. | |
CORBA::Boolean | bindObjectToName (CORBA::ORB_ptr orb, CORBA::Object_ptr objref, const char *contextId, const char *contextKind, const char *objectPrefix, CosNaming::Name &objectName) |
Register with the name service. | |
void | unbindObject (CORBA::ORB_ptr orb, const char *contextId, const char *contextKind, CosNaming::Name &objectName) |
Definition in file corbaUtil.cc.
CORBA::Boolean bindObjectToName | ( | CORBA::ORB_ptr | orb, | |
CORBA::Object_ptr | objref, | |||
const char * | contextId, | |||
const char * | contextKind, | |||
const char * | objectPrefix, | |||
CosNaming::Name & | objectName | |||
) |
Register with the name service.
Definition at line 118 of file corbaUtil.cc.
bool getMultiObjectRef | ( | CORBA::ORB_ptr | orb, | |
const char * | contextName, | |||
CORBA::Object_ptr * | dst, | |||
int & | nObj | |||
) | [inline] |
Build an object reference for many object within a context.
Definition at line 42 of file corbaUtil.cc.