3 #include "ace/OS_NS_string.h"
5 Secure_Vault_i::Secure_Vault_i (CORBA::ORB_ptr orb
)
6 : orb_ (CORBA::ORB::_duplicate (orb
))
12 Secure_Vault_i::ready (void)
18 Secure_Vault_i::authenticate (const char * user
)
20 if (ACE_OS::strcmp (user
, "root") != 0)
21 throw Test_Interceptors::Invalid ();
26 Secure_Vault_i::update_records (CORBA::Long
,
27 const Test_Interceptors::Secure_Vault::Record
&)
33 Secure_Vault_i::shutdown (void)
35 this->orb_
->shutdown (0);