#include <Root_POA.h>
Collaboration diagram for TAO_Root_POA::Key_To_Object_Params:
Public Member Functions | |
void | set (PortableServer::ObjectId_var &system_id_, const char *type_id_, TAO_ServantBase *servant_, CORBA::Boolean collocated_, CORBA::Short priority_, bool indirect) |
Public Attributes | |
PortableServer::ObjectId_var * | system_id_ |
const char * | type_id_ |
TAO_ServantBase * | servant_ |
CORBA::Boolean | collocated_ |
CORBA::Short | priority_ |
bool | indirect_ |
|
Definition at line 2554 of file Root_POA.cpp. References collocated_, and indirect_.
02560 { 02561 this->system_id_ = &system_id; 02562 this->type_id_ = type_id; 02563 this->servant_ = servant; 02564 this->collocated_ = collocated; 02565 this->priority_ = priority; 02566 this->indirect_ = indirect; 02567 } |
|
Definition at line 772 of file Root_POA.h. Referenced by TAO_Root_POA::invoke_key_to_object(), and set(). |
|
Definition at line 774 of file Root_POA.h. Referenced by TAO_Root_POA::invoke_key_to_object(), and set(). |
|
Definition at line 773 of file Root_POA.h. Referenced by TAO_Root_POA::invoke_key_to_object(). |
|
Definition at line 771 of file Root_POA.h. Referenced by TAO_Root_POA::invoke_key_to_object(). |
|
Definition at line 769 of file Root_POA.h. Referenced by TAO_Root_POA::invoke_key_to_object(). |
|
Definition at line 770 of file Root_POA.h. Referenced by TAO_Root_POA::invoke_key_to_object(). |