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

The first section of a configuration file (the one without a section name) gets several P6R headers written to it (e.g., P6R-Version).

This function allows the caller to turn this feature off by setting the one parameter to P6FALSE. The default state is that this feature is enabled.

Parameters
enabled[ in ] {P6TRUE, P6FALSE}, toggle the P6R headers on and off.
Returns
SuccessP6R::eOk 
FailureP6R::eNotInitializedA successful call to initialize was not made before this call.