#include <omniORB4/Naming.hh>
#include <omniORB4/omniURI.h>
#include <cstdio>
Go to the source code of this file.
Functions | |
OMNI_USING_NAMESPACE (omni) | |
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. | |
static CORBA::Boolean | bindObjectToName (CORBA::ORB_ptr orb, CORBA::Object_ptr objref, const char *contextId, const char *contextKind, const char *objectPrefix, CosNaming::Name &objectName) |
void | unbindObject (CORBA::ORB_ptr orb, const char *contextId, const char *contextKind, CosNaming::Name &objectName) |
Point2DOrb | toOrb (const Point2D< int > &p) |
Definition in file CorbaUtil.H.
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 49 of file CorbaUtil.H.
Referenced by SaliencyMT::SaliencyMT().