#include <AnyCorbaCfg_impl.h>
Inheritance diagram for AnyConfig::CorbaConfig_impl::
Public Methods | |
CorbaConfig_impl (PortableServer::POA_ptr, AcWriteableConfig *pCfg) | |
Constructor. More... | |
~CorbaConfig_impl () | |
Destructor. More... | |
virtual PortableServer::POA_ptr | _default_POA () |
Return the POA in use. More... | |
virtual CORBA::Boolean | getFullConfig (AnyConfig::CorbaConfig::AcFullConfig_out cfg) throw (CORBA::SystemException) |
see also AnyConfig::CorbaConfig::getFullConfig(). More... | |
virtual CORBA::Boolean | getSection (const char *sectionName, AnyConfig::CorbaConfig::AcValuePairSeq_out valuePairs) throw (CORBA::SystemException) |
see also AnyConfig::CorbaConfig::getSection(). More... | |
virtual CORBA::Boolean | getValuePair (const char *sectionName, const char *key, CORBA::String_out value) throw (CORBA::SystemException) |
see also AnyConfig::CorbaConfig::getValuePair(). More... | |
virtual CORBA::Boolean | setValuePair (const char *sectionName, const char *key, const char *value) throw (CORBA::SystemException) |
see also AnyConfig::CorbaConfig::setValuePair(). More... | |
Public Attributes | |
AcWriteableConfig* | pBase |
Private Methods | |
CorbaConfig_impl (const CorbaConfig_impl &) | |
void | operator= (const CorbaConfig_impl &) |
Private Attributes | |
PortableServer::POA_var | poa_ |
IDL:AnyConfig/CorbaConfig:1.0
|
Constructor.
|
|
Destructor.
|
|
Return the POA in use.
|
|
see also AnyConfig::CorbaConfig::getFullConfig().
|
|
see also AnyConfig::CorbaConfig::getSection().
|
|
see also AnyConfig::CorbaConfig::getValuePair().
|
|
see also AnyConfig::CorbaConfig::setValuePair().
|