Skip navigation.

CORBA Programming Reference

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

 


CORBA::ORB::create_context_list

Synopsis

Creates and returns a list of contexts.

C++ Binding

void CORBA::ORB::create_context_list(
CORBA::ContextList_out List);

Argument

List

Receives a reference to the newly created context list.

Description

This member function creates and returns a list of context strings that must be supplied with the Request operation in a form that may be used in the Dynamic Invocation Interface (DII). When no longer needed, this list must be freed using the CORBA::release member function.

Return Values

None.

 

Skip navigation bar  Back to Top Previous Next