|
TAO_RTCORBA
2.0.3
|
#include <RTCORBAC.h>

Public Types | |
| typedef ServerProtocolPolicy_ptr | _ptr_type |
| typedef ServerProtocolPolicy_var | _var_type |
| typedef ServerProtocolPolicy_out | _out_type |
Public Member Functions | |
| virtual ::RTCORBA::ProtocolList * | protocols (void)=0 |
| virtual ::CORBA::Policy_ptr | copy (void)=0 |
| virtual void | destroy (void)=0 |
| virtual ::CORBA::Boolean | _is_a (const char *type_id) |
| virtual const char * | _interface_repository_id (void) const |
| virtual ::CORBA::Boolean | marshal (TAO_OutputCDR &cdr) |
Static Public Member Functions | |
| static void | _tao_any_destructor (void *) |
| static ServerProtocolPolicy_ptr | _duplicate (ServerProtocolPolicy_ptr obj) |
| static void | _tao_release (ServerProtocolPolicy_ptr obj) |
| static ServerProtocolPolicy_ptr | _narrow (::CORBA::Object_ptr obj) |
| static ServerProtocolPolicy_ptr | _unchecked_narrow (::CORBA::Object_ptr obj) |
| static ServerProtocolPolicy_ptr | _nil (void) |
Protected Member Functions | |
| ServerProtocolPolicy (void) | |
| virtual | ~ServerProtocolPolicy (void) |
Private Member Functions | |
| ServerProtocolPolicy (const ServerProtocolPolicy &) | |
| void | operator= (const ServerProtocolPolicy &) |
| typedef ServerProtocolPolicy_out RTCORBA::ServerProtocolPolicy::_out_type |
| typedef ServerProtocolPolicy_ptr RTCORBA::ServerProtocolPolicy::_ptr_type |
| typedef ServerProtocolPolicy_var RTCORBA::ServerProtocolPolicy::_var_type |
| RTCORBA::ServerProtocolPolicy::ServerProtocolPolicy | ( | void | ) | [protected] |
| RTCORBA::ServerProtocolPolicy::~ServerProtocolPolicy | ( | void | ) | [protected, virtual] |
| RTCORBA::ServerProtocolPolicy::ServerProtocolPolicy | ( | const ServerProtocolPolicy & | ) | [private] |
| RTCORBA::ServerProtocolPolicy_ptr RTCORBA::ServerProtocolPolicy::_duplicate | ( | ServerProtocolPolicy_ptr | obj | ) | [static] |
| const char * RTCORBA::ServerProtocolPolicy::_interface_repository_id | ( | void | ) | const [virtual] |
| CORBA::Boolean RTCORBA::ServerProtocolPolicy::_is_a | ( | const char * | type_id | ) |
| RTCORBA::ServerProtocolPolicy_ptr RTCORBA::ServerProtocolPolicy::_narrow | ( | ::CORBA::Object_ptr | obj | ) | [static] |
| RTCORBA::ServerProtocolPolicy_ptr RTCORBA::ServerProtocolPolicy::_nil | ( | void | ) | [static] |
| void RTCORBA::ServerProtocolPolicy::_tao_any_destructor | ( | void * | _tao_void_pointer | ) | [static] |
| void RTCORBA::ServerProtocolPolicy::_tao_release | ( | ServerProtocolPolicy_ptr | obj | ) | [static] |
| RTCORBA::ServerProtocolPolicy_ptr RTCORBA::ServerProtocolPolicy::_unchecked_narrow | ( | ::CORBA::Object_ptr | obj | ) | [static] |
| virtual ::CORBA::Policy_ptr RTCORBA::ServerProtocolPolicy::copy | ( | void | ) | [pure virtual] |
Implemented in TAO_ServerProtocolPolicy.
| virtual void RTCORBA::ServerProtocolPolicy::destroy | ( | void | ) | [pure virtual] |
Implemented in TAO_ServerProtocolPolicy.
| void RTCORBA::ServerProtocolPolicy::operator= | ( | const ServerProtocolPolicy & | ) | [private] |
| virtual ::RTCORBA::ProtocolList* RTCORBA::ServerProtocolPolicy::protocols | ( | void | ) | [pure virtual] |
Implemented in TAO_ServerProtocolPolicy.
1.7.6.1