TAO_Root_POA::Key_To_Object_Params Struct Reference

#include <Root_POA.h>

Collaboration diagram for TAO_Root_POA::Key_To_Object_Params:

Collaboration graph
[legend]
List of all members.

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_varsystem_id_
const char * type_id_
TAO_ServantBaseservant_
CORBA::Boolean collocated_
CORBA::Short priority_
bool indirect_

Member Function Documentation

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 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 }


Member Data Documentation

CORBA::Boolean TAO_Root_POA::Key_To_Object_Params::collocated_
 

Definition at line 772 of file Root_POA.h.

Referenced by TAO_Root_POA::invoke_key_to_object(), and set().

bool TAO_Root_POA::Key_To_Object_Params::indirect_
 

Definition at line 774 of file Root_POA.h.

Referenced by TAO_Root_POA::invoke_key_to_object(), and set().

CORBA::Short TAO_Root_POA::Key_To_Object_Params::priority_
 

Definition at line 773 of file Root_POA.h.

Referenced by TAO_Root_POA::invoke_key_to_object().

TAO_ServantBase* TAO_Root_POA::Key_To_Object_Params::servant_
 

Definition at line 771 of file Root_POA.h.

Referenced by TAO_Root_POA::invoke_key_to_object().

PortableServer::ObjectId_var* TAO_Root_POA::Key_To_Object_Params::system_id_
 

Definition at line 769 of file Root_POA.h.

Referenced by TAO_Root_POA::invoke_key_to_object().

const char* TAO_Root_POA::Key_To_Object_Params::type_id_
 

Definition at line 770 of file Root_POA.h.

Referenced by TAO_Root_POA::invoke_key_to_object().


The documentation for this struct was generated from the following files:
Generated on Sun Jan 27 13:27:46 2008 for TAO_PortableServer by doxygen 1.3.6