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::context_name

Synopsis

Returns the name of a given Context object.

C++ Binding

Const char * CORBA::Context::context_name () const;

Arguments

None.

Description

This member function returns the name of a given Context object. The Context object reference owns the memory for the returned char *. Users should not modify this memory.

Return Values

If the member function succeeds, it returns the name of the Context object. The value may be empty if the Context object is not a child Context created by a call to CORBA::Context::create_child.

If the Context object has no name, this is an empty string.

 

Skip navigation bar  Back to Top Previous Next