CIAO
1.0.8
|
#include "orbsvcs/CosNamingC.h"
Namespaces | |
namespace | CIAO |
namespace | CIAO::Name_Utilities |
Functions | |
bool | CIAO::Name_Utilities::write_ior (const ACE_TCHAR *file, const char *ior) |
Write IOR to named file. Will overwrite file if present. | |
bool | CIAO::Name_Utilities::bind_object (const char *name, CORBA::Object_ptr obj, CosNaming::NamingContext_ptr ctx) |
bool | CIAO::Name_Utilities::unbind_object (const char *name, CosNaming::NamingContext_ptr) |
Will unbind the provided name. | |
void | CIAO::Name_Utilities::bind_context (CosNaming::Name &nm, CosNaming::NamingContext_ptr ctx) |
void | CIAO::Name_Utilities::build_name (const char *name, CosNaming::Name &nm) |
A set of utility methods to manages references.