Index: ext/libicpf/src/cfg_xml.h =================================================================== diff -u -N -rfd1f0cf4d6ad9ff63fd9252a3f2f31c992431842 -rd5bb2e19e22f57bd018e9db355108b54dfbc364c --- ext/libicpf/src/cfg_xml.h (.../cfg_xml.h) (revision fd1f0cf4d6ad9ff63fd9252a3f2f31c992431842) +++ ext/libicpf/src/cfg_xml.h (.../cfg_xml.h) (revision d5bb2e19e22f57bd018e9db355108b54dfbc364c) @@ -1,16 +1,16 @@ -#ifndef __CFGXML_H__ -#define __CFGXML_H__ - -#include "gen_types.h" -#include "libicpf.h" -#include "config_base.h" - -BEGIN_ICPF_NAMESPACE - -/** Class provides the necessary base handlers for config class. - * It handles the xml data streams contained in the files, providing - * a way to set and retrieve data contained in the xml document. - */ +#ifndef __CFGXML_H__ +#define __CFGXML_H__ + +#include "gen_types.h" +#include "libicpf.h" +#include "config_base.h" + +BEGIN_ICPF_NAMESPACE + +/** Class provides the necessary base handlers for config class. + * It handles the xml data streams contained in the files, providing + * a way to set and retrieve data contained in the xml document. + */ class xml_cfg : public config_base { public: @@ -55,7 +55,7 @@ protected: ptr_t m_hStorage; ///< Handle to the internal xml storage }; - -END_ICPF_NAMESPACE - -#endif + +END_ICPF_NAMESPACE + +#endif