Overview | Creates a child Context object. |
Original class | CORBA::Context |
Exceptions | CORBA::SystemException |
Intended Usage
Context objects may be "chained" together to achieve a particular default behavior. Property searches on a child context recursively look in the parent context. The create_child method creates a new child Context object. The child context is chained to the parent context, which is the target object.
Syntax
CORBA::Status create_child(const char *ctx_name, CORBA::Context_ptr &child_ctx);
Input parameters
Return values