Developer's Guide
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
virtual P6R::P6ERR P6R::p6IWConfig::reloadConfigFile ( void  )
pure virtual

Discard all existing values and re-reads configuration file specified in the last openConfigFile call.

The purpose of this function is to allow an application to load the latest configuration file into memory without having to restart or delete and recreate the IConfig object.

Returns
SuccessP6R::eOk 
FailureP6R::eNoMemoryThere is insufficient memory to reload the configuration file.
P6R::eNotInitializedA successful call to initialize was not made before this call.