SSLIOP_Credentials.cpp File Reference

#include "orbsvcs/SSLIOP/SSLIOP_Credentials.h"
#include "tao/ORB_Constants.h"
#include "ace/SString.h"

Include dependency graph for SSLIOP_Credentials.cpp:

Include dependency graph

Go to the source code of this file.

Functions

TAO::SSLIOP::Credentials_ptr tao_TAO_SSLIOP_Credentials_duplicate (TAO::SSLIOP::Credentials_ptr p)
void tao_TAO_SSLIOP_Credentials_release (TAO::SSLIOP::Credentials_ptr p)
TAO::SSLIOP::Credentials_ptr tao_TAO_SSLIOP_Credentials_nil (void)
TAO::SSLIOP::Credentials_ptr tao_TAO_SSLIOP_Credentials_narrow (CORBA::Object *p ACE_ENV_ARG_DECL)
CORBA::Object_ptr tao_TAO_SSLIOP_Credentials_upcast (void *src)


Function Documentation

TAO::SSLIOP::Credentials_ptr tao_TAO_SSLIOP_Credentials_duplicate TAO::SSLIOP::Credentials_ptr  p  ) 
 

Definition at line 233 of file SSLIOP_Credentials.cpp.

References TAO::SSLIOP_Credentials::_duplicate(), and TAO::SSLIOP::Credentials_ptr.

00234 {
00235   return TAO::SSLIOP_Credentials::_duplicate (p);
00236 }

TAO::SSLIOP::Credentials_ptr tao_TAO_SSLIOP_Credentials_narrow CORBA::Object *p  ACE_ENV_ARG_DECL  ) 
 

Definition at line 251 of file SSLIOP_Credentials.cpp.

References TAO::SSLIOP_Credentials::_narrow(), and ACE_ENV_ARG_PARAMETER.

00253 {
00254   return TAO::SSLIOP_Credentials::_narrow (p
00255                                            ACE_ENV_ARG_PARAMETER);
00256 }

TAO::SSLIOP::Credentials_ptr tao_TAO_SSLIOP_Credentials_nil void   ) 
 

Definition at line 245 of file SSLIOP_Credentials.cpp.

References TAO::SSLIOP_Credentials::_nil().

00246 {
00247   return TAO::SSLIOP_Credentials::_nil ();
00248 }

void tao_TAO_SSLIOP_Credentials_release TAO::SSLIOP::Credentials_ptr  p  ) 
 

Definition at line 239 of file SSLIOP_Credentials.cpp.

References TAO::SSLIOP::Credentials_ptr, and CORBA::release().

00240 {
00241   CORBA::release (p);
00242 }

CORBA::Object_ptr tao_TAO_SSLIOP_Credentials_upcast void *  src  ) 
 

Definition at line 259 of file SSLIOP_Credentials.cpp.

00260 {
00261   TAO::SSLIOP_Credentials **tmp =
00262     static_cast<TAO::SSLIOP_Credentials **> (src);
00263 
00264   return *tmp;
00265 }


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