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

Performs any remaining updates to the configuration file.

Frees up any memory used to hold the configuration file in memory.

Parameters
withDefaults[ in ] See getConfigInt for a description of default values. If this parameter is set to true, then all default values automatically added to the in RAM image of the configuration are written out to the configuration file. Otherwise they are ignored.
Returns
SuccessP6R::eOk 
FailureP6R::eNotInitializedA successful call to initialize was not made before this call.