#include <Context_Impl_T.h>
Public Types | |
typedef BASE_CTX | context_type |
Type definition of the context type. | |
typedef context_type::_var_type | _var_type |
Type definition of the var type for the context. | |
typedef SVNT | servant_type |
Type definition of the servant type. | |
typedef COMP | component_type |
Type definition of the component type. | |
Public Member Functions | |
Context_Impl (Components::CCMHome_ptr the_home, Session_Container *c, SVNT *sv) | |
virtual | ~Context_Impl (void) |
virtual CORBA::Object_ptr | get_CCM_object () |
Protected Attributes | |
SVNT * | servant_ |
COMP::_var_type | component_ |
This class implements operations and contains parameterized members common to all generated servants.
typedef context_type::_var_type CIAO::Context_Impl< BASE_CTX, SVNT, COMP >::_var_type |
Type definition of the var type for the context.
Reimplemented from CORBA::LocalObject.
Reimplemented in CIAO::Upgradeable_Context_Impl< BASE_CTX, SVNT, COMP >.
typedef COMP CIAO::Context_Impl< BASE_CTX, SVNT, COMP >::component_type |
Type definition of the component type.
Reimplemented in CIAO::Upgradeable_Context_Impl< BASE_CTX, SVNT, COMP >.
typedef BASE_CTX CIAO::Context_Impl< BASE_CTX, SVNT, COMP >::context_type |
Type definition of the context type.
Reimplemented in CIAO::Upgradeable_Context_Impl< BASE_CTX, SVNT, COMP >.
typedef SVNT CIAO::Context_Impl< BASE_CTX, SVNT, COMP >::servant_type |
Type definition of the servant type.
Reimplemented in CIAO::Upgradeable_Context_Impl< BASE_CTX, SVNT, COMP >.
CIAO::Context_Impl< BASE_CTX, SVNT, COMP >::Context_Impl | ( | Components::CCMHome_ptr | the_home, | |
Session_Container * | c, | |||
SVNT * | sv | |||
) | [inline] |
CIAO::Context_Impl< BASE_CTX, SVNT, COMP >::~Context_Impl | ( | void | ) | [inline, virtual] |
CORBA::Object_ptr CIAO::Context_Impl< BASE_CTX, SVNT, COMP >::get_CCM_object | ( | void | ) | [inline, virtual] |
COMP::_var_type CIAO::Context_Impl< BASE_CTX, SVNT, COMP >::component_ [protected] |
SVNT* CIAO::Context_Impl< BASE_CTX, SVNT, COMP >::servant_ [protected] |