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)
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 217 of file SSLIOP_Credentials.cpp.

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

00218 {
00219   return TAO::SSLIOP_Credentials::_duplicate (p);
00220 }

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

Definition at line 235 of file SSLIOP_Credentials.cpp.

References TAO::SSLIOP_Credentials::_narrow().

00236 {
00237   return TAO::SSLIOP_Credentials::_narrow (p);
00238 }

TAO::SSLIOP::Credentials_ptr tao_TAO_SSLIOP_Credentials_nil void   ) 
 

Definition at line 229 of file SSLIOP_Credentials.cpp.

References TAO::SSLIOP_Credentials::_nil().

00230 {
00231   return TAO::SSLIOP_Credentials::_nil ();
00232 }

void tao_TAO_SSLIOP_Credentials_release TAO::SSLIOP::Credentials_ptr  p  ) 
 

Definition at line 223 of file SSLIOP_Credentials.cpp.

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

00224 {
00225   CORBA::release (p);
00226 }

CORBA::Object_ptr tao_TAO_SSLIOP_Credentials_upcast void *  src  ) 
 

Definition at line 241 of file SSLIOP_Credentials.cpp.

00242 {
00243   TAO::SSLIOP_Credentials **tmp =
00244     static_cast<TAO::SSLIOP_Credentials **> (src);
00245 
00246   return *tmp;
00247 }


Generated on Sun Jan 27 16:12:53 2008 for TAO_SSLIOP by doxygen 1.3.6