CIAO
1.0.8
|
Mixin base class for generated context. More...
#include <Session_Context_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 COMP | component_type |
Type definition of the component type. | |
Public Member Functions | |
Session_Context_Impl_T (Components::CCMHome_ptr the_home,::CIAO::Session_Container_ptr c, PortableServer::Servant sv, const char *id) | |
virtual | ~Session_Context_Impl_T (void) |
virtual CORBA::Object_ptr | get_CCM_object () |
Operation from Components::SessionContext. | |
Private Attributes | |
PortableServer::Servant | servant_ |
Mixin base class for generated context.
This class implements operations and contains parameterized members common to all generated servants.
typedef context_type::_var_type CIAO::Session_Context_Impl_T< BASE_CTX, COMP >::_var_type |
Type definition of the var type for the context.
Reimplemented from CORBA::LocalObject.
typedef COMP CIAO::Session_Context_Impl_T< BASE_CTX, COMP >::component_type |
Type definition of the component type.
typedef BASE_CTX CIAO::Session_Context_Impl_T< BASE_CTX, COMP >::context_type |
Type definition of the context type.
CIAO::Session_Context_Impl_T< BASE_CTX, COMP >::Session_Context_Impl_T | ( | Components::CCMHome_ptr | the_home, |
::CIAO::Session_Container_ptr | c, | ||
PortableServer::Servant | sv, | ||
const char * | id | ||
) |
CIAO::Session_Context_Impl_T< BASE_CTX, COMP >::~Session_Context_Impl_T | ( | void | ) | [virtual] |
CORBA::Object_ptr CIAO::Session_Context_Impl_T< BASE_CTX, COMP >::get_CCM_object | ( | void | ) | [virtual] |
Operation from Components::SessionContext.
PortableServer::Servant CIAO::Session_Context_Impl_T< BASE_CTX, COMP >::servant_ [private] |