#include "orbsvcs/SSLIOP/SSLIOP_Current.h"
#include "tao/debug.h"
#include "orbsvcs/SSLIOP/SSLIOP_Current.inl"
Include dependency graph for SSLIOP_Current.cpp:
Go to the source code of this file.
Functions | |
ACE_RCSID (SSLIOP, SSLIOP_Current,"$Id: SSLIOP_Current.cpp 78308 2007-05-11 14:30:45Z johnnyw $") TAO_BEGIN_VERSIONED_NAMESPACE_DECL TAO | |
TAO::SSLIOP::Current_ptr | tao_TAO_SSLIOP_Current_duplicate (TAO::SSLIOP::Current_ptr p) |
void | tao_TAO_SSLIOP_Current_release (TAO::SSLIOP::Current_ptr p) |
TAO::SSLIOP::Current_ptr | tao_TAO_SSLIOP_Current_nil (void) |
TAO::SSLIOP::Current_ptr | tao_TAO_SSLIOP_Current_narrow (CORBA::Object *p) |
CORBA::Object * | tao_TAO_SSLIOP_Current_upcast (void *src) |
ACE_RCSID | ( | SSLIOP | , | |
SSLIOP_Current | , | |||
"$Id: SSLIOP_Current.cpp 78308 2007-05-11 14:30:45Z johnnyw $" | ||||
) |
Definition at line 5 of file SSLIOP_Current.cpp.
00007 : SSLIOP_Current.cpp 78308 2007-05-11 14:30:45Z johnnyw $") 00008 00009 00010 #if !defined (__ACE_INLINE__) 00011 # include "orbsvcs/SSLIOP/SSLIOP_Current.inl" 00012 #endif /* __ACE_INLINE__ */ 00013 00014 TAO_BEGIN_VERSIONED_NAMESPACE_DECL 00015 00016 TAO::SSLIOP::Current::Current (TAO_ORB_Core *orb_core) 00017 : tss_slot_ (0), 00018 orb_core_ (orb_core) 00019 { 00020 }
TAO::SSLIOP::Current_ptr tao_TAO_SSLIOP_Current_duplicate | ( | TAO::SSLIOP::Current_ptr | p | ) |
Definition at line 144 of file SSLIOP_Current.cpp.
References TAO::SSLIOP::Current::_duplicate().
00145 { 00146 return TAO::SSLIOP::Current::_duplicate (p); 00147 }
TAO::SSLIOP::Current_ptr tao_TAO_SSLIOP_Current_narrow | ( | CORBA::Object * | p | ) |
Definition at line 162 of file SSLIOP_Current.cpp.
References TAO::SSLIOP::Current::_narrow().
00163 { 00164 return TAO::SSLIOP::Current::_narrow (p); 00165 }
TAO::SSLIOP::Current_ptr tao_TAO_SSLIOP_Current_nil | ( | void | ) |
Definition at line 156 of file SSLIOP_Current.cpp.
References TAO::SSLIOP::Current::_nil().
00157 { 00158 return TAO::SSLIOP::Current::_nil (); 00159 }
void tao_TAO_SSLIOP_Current_release | ( | TAO::SSLIOP::Current_ptr | p | ) |
Definition at line 150 of file SSLIOP_Current.cpp.
References CORBA::release().
00151 { 00152 CORBA::release (p); 00153 }
CORBA::Object* tao_TAO_SSLIOP_Current_upcast | ( | void * | src | ) |
Definition at line 168 of file SSLIOP_Current.cpp.
00169 { 00170 TAO::SSLIOP::Current **tmp = 00171 static_cast<TAO::SSLIOP::Current **> (src); 00172 return *tmp; 00173 }