Skip navigation.

CORBA Programming Reference

  Previous Next vertical dots separating previous/next from contents/index/pdf Contents View as PDF   Get Adobe Reader

 


CORBA::Context::create_child

Synopsis

Creates a child of the Context object.

C++ Binding

void CORBA::Context::create_child (
const char * CtxName,
CORBA::Context_out CtxObject);

Arguments

CtxName

The name to be associated with the child of the Context reference.

CtxObject

The newly created Context object reference.

Exception

CORBA::NO_MEMORY

Description

This member function creates a child of the Context object. That is, searches on the child Context object will look for matching property names in the parent context (and so on, up the context tree), if necessary.

Return Values

None.

See Also

CORBA::ORB::get_default_context
CORBA::release

 

Skip navigation bar  Back to Top Previous Next