#include "orbsvcs/SSLIOP/SSLIOP_Credentials.h"
#include "tao/ORB_Constants.h"
#include "ace/SString.h"
#include "orbsvcs/SSLIOP/SSLIOP_Credentials.inl"
Include dependency graph for SSLIOP_Credentials.cpp:
Go to the source code of this file.
TAO::SSLIOP::Credentials_ptr tao_TAO_SSLIOP_Credentials_duplicate | ( | TAO::SSLIOP::Credentials_ptr | p | ) |
Definition at line 218 of file SSLIOP_Credentials.cpp.
References TAO::SSLIOP::_duplicate().
00219 { 00220 return TAO::SSLIOP_Credentials::_duplicate (p); 00221 }
TAO::SSLIOP::Credentials_ptr tao_TAO_SSLIOP_Credentials_narrow | ( | CORBA::Object * | p | ) |
Definition at line 236 of file SSLIOP_Credentials.cpp.
00237 { 00238 return TAO::SSLIOP_Credentials::_narrow (p); 00239 }
TAO::SSLIOP::Credentials_ptr tao_TAO_SSLIOP_Credentials_nil | ( | void | ) |
Definition at line 230 of file SSLIOP_Credentials.cpp.
00231 { 00232 return TAO::SSLIOP_Credentials::_nil (); 00233 }
void tao_TAO_SSLIOP_Credentials_release | ( | TAO::SSLIOP::Credentials_ptr | p | ) |
Definition at line 224 of file SSLIOP_Credentials.cpp.
References CORBA::release().
00225 { 00226 CORBA::release (p); 00227 }
CORBA::Object_ptr tao_TAO_SSLIOP_Credentials_upcast | ( | void * | src | ) |
Definition at line 242 of file SSLIOP_Credentials.cpp.
00243 { 00244 TAO::SSLIOP_Credentials **tmp = 00245 static_cast<TAO::SSLIOP_Credentials **> (src); 00246 00247 return *tmp; 00248 }