#include "orbsvcs/SSLIOP/SSLIOP_Credentials.h"
#include "tao/ORB_Constants.h"
#include "ace/SString.h"
Include dependency graph for SSLIOP_Credentials.cpp:
Go to the source code of this file.
|
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 } |
|
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 } |
|
Definition at line 245 of file SSLIOP_Credentials.cpp. References TAO::SSLIOP_Credentials::_nil().
00246 { 00247 return TAO::SSLIOP_Credentials::_nil (); 00248 } |
|
Definition at line 239 of file SSLIOP_Credentials.cpp. References TAO::SSLIOP::Credentials_ptr, and CORBA::release().
00240 { 00241 CORBA::release (p); 00242 } |
|
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 } |