#include <Root_POA.h>

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 759 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 2585 of file Root_POA.cpp.
{
this->system_id_ = &system_id;
this->type_id_ = type_id;
this->servant_ = servant;
this->collocated_ = collocated;
this->priority_ = priority;
this->indirect_ = indirect;
}
Definition at line 764 of file Root_POA.h.
Definition at line 766 of file Root_POA.h.
Definition at line 765 of file Root_POA.h.
Definition at line 763 of file Root_POA.h.
Definition at line 761 of file Root_POA.h.
| const char* TAO_Root_POA::Key_To_Object_Params::type_id_ |
Definition at line 762 of file Root_POA.h.
1.7.0