SSLIOP_Current.cpp File Reference

#include "orbsvcs/SSLIOP/SSLIOP_Current.h"
#include "tao/debug.h"

Include dependency graph for SSLIOP_Current.cpp:

Include dependency graph

Go to the source code of this file.

Functions

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 ACE_ENV_ARG_DECL)
CORBA::Objecttao_TAO_SSLIOP_Current_upcast (void *src)


Function Documentation

TAO::SSLIOP::Current_ptr tao_TAO_SSLIOP_Current_duplicate TAO::SSLIOP::Current_ptr  p  ) 
 

Definition at line 155 of file SSLIOP_Current.cpp.

References TAO::SSLIOP::Current::_duplicate().

00158 {
00159   return TAO::SSLIOP::Current::_duplicate (p);
00160 }

TAO::SSLIOP::Current_ptr tao_TAO_SSLIOP_Current_narrow CORBA::Object *p  ACE_ENV_ARG_DECL  ) 
 

Definition at line 179 of file SSLIOP_Current.cpp.

References TAO::SSLIOP::Current::_narrow(), and ACE_ENV_ARG_PARAMETER.

00183 {
00184   return TAO::SSLIOP::Current::_narrow (p ACE_ENV_ARG_PARAMETER);
00185 }

TAO::SSLIOP::Current_ptr tao_TAO_SSLIOP_Current_nil void   ) 
 

Definition at line 171 of file SSLIOP_Current.cpp.

References TAO::SSLIOP::Current::_nil().

00174 {
00175   return TAO::SSLIOP::Current::_nil ();
00176 }

void tao_TAO_SSLIOP_Current_release TAO::SSLIOP::Current_ptr  p  ) 
 

Definition at line 163 of file SSLIOP_Current.cpp.

References CORBA::release().

00166 {
00167   CORBA::release (p);
00168 }

CORBA::Object* tao_TAO_SSLIOP_Current_upcast void *  src  ) 
 

Definition at line 188 of file SSLIOP_Current.cpp.

00191 {
00192   TAO::SSLIOP::Current **tmp =
00193     static_cast<TAO::SSLIOP::Current **> (src);
00194   return *tmp;
00195 }


Generated on Thu Nov 9 13:54:44 2006 for TAO_SSLIOP by doxygen 1.3.6