Main Page   Namespace List   Class Hierarchy   Compound List   File List   Namespace Members   Compound Members   File Members  

naming.h File Reference

#include <iostream.h>

Include dependency graph for naming.h:

Include dependency graph

This graph shows which files directly or indirectly include this file:

Included by dependency graph

Go to the source code of this file.

Functions

ostream & operator<< (ostream &os, const CosNaming::Name &n)
CosNaming::Name str2name (const char *namestr)
 Converts stringified name to naming service name. More...

int bindName2Object (CosNaming::NamingContext_ptr namingContext, const CosNaming::Name &name, CORBA::Object_ptr obj)
 Binds CosNaming::Name to object in the naming service. More...


Function Documentation

int bindName2Object CosNaming::NamingContext_ptr    namingContext,
const CosNaming::Name &    name,
CORBA::Object_ptr    obj
 

Binds CosNaming::Name to object in the naming service.

Definition at line 139 of file naming.cc.

Referenced by main().

ostream& operator<< ostream &    os,
const CosNaming::Name &    n
 

Definition at line 95 of file naming.cc.

CosNaming::Name str2name const char *    namestr
 

Converts stringified name to naming service name.

Format for name: [<context_id>[.<context_kind>]/]*<object_id>[.<object_kind>]

E.g. foo, foo.bar, foo.bar/baz/qux, foo/bar/baz.qux

Definition at line 108 of file naming.cc.

Referenced by main().


Generated on Fri Nov 19 17:42:25 2004 for OmniEvents by doxygen1.2.15