#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 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 } |
|
Definition at line 235 of file SSLIOP_Credentials.cpp. References TAO::SSLIOP_Credentials::_narrow().
00236 { 00237 return TAO::SSLIOP_Credentials::_narrow (p); 00238 } |
|
Definition at line 229 of file SSLIOP_Credentials.cpp. References TAO::SSLIOP_Credentials::_nil().
00230 { 00231 return TAO::SSLIOP_Credentials::_nil (); 00232 } |
|
Definition at line 223 of file SSLIOP_Credentials.cpp. References TAO::SSLIOP::Credentials_ptr, and CORBA::release().
00224 { 00225 CORBA::release (p); 00226 } |
|
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 } |