#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 769 of file Root_POA.h.
void TAO_Root_POA::Key_To_Object_Params::set | ( | PortableServer::ObjectId_var & | system_id_, | |
const char * | type_id_, | |||
TAO_ServantBase * | servant_, | |||
CORBA::Boolean | collocated_, | |||
CORBA::Short | priority_, | |||
bool | indirect | |||
) |
Definition at line 2596 of file Root_POA.cpp.
References collocated_, indirect_, priority_, servant_, system_id_, and type_id_.
02602 { 02603 this->system_id_ = &system_id; 02604 this->type_id_ = type_id; 02605 this->servant_ = servant; 02606 this->collocated_ = collocated; 02607 this->priority_ = priority; 02608 this->indirect_ = indirect; 02609 }
Definition at line 774 of file Root_POA.h.
Referenced by TAO_Root_POA::invoke_key_to_object(), and set().
Definition at line 776 of file Root_POA.h.
Referenced by TAO_Root_POA::invoke_key_to_object(), and set().
Definition at line 775 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(), and set().
Definition at line 771 of file Root_POA.h.
Referenced by TAO_Root_POA::invoke_key_to_object(), and set().
const char* TAO_Root_POA::Key_To_Object_Params::type_id_ |
Definition at line 772 of file Root_POA.h.
Referenced by TAO_Root_POA::invoke_key_to_object(), and set().