From: Guilherme Maciel Ferreira Date: Tue, 13 Sep 2011 02:09:45 +0000 (-0300) Subject: Added comments to Configuration class X-Git-Tag: v1.3~11^2~34^2~22 X-Git-Url: http://developer.intra2net.com/git/?a=commitdiff_plain;h=708b0d127f4f5d4980ddcab86de9de7f9ed126e4;p=pingcheck Added comments to Configuration class --- diff --git a/src/config/configuration.h b/src/config/configuration.h index 190fe53..1c2fd34 100644 --- a/src/config/configuration.h +++ b/src/config/configuration.h @@ -33,6 +33,9 @@ on this file might be covered by the GNU General Public License. // Configuration //----------------------------------------------------------------------------- +/** + * @brief This class works like a POD (Plain Old Data) for configuration options. + */ class Configuration { public: @@ -97,4 +100,4 @@ private: typedef boost::shared_ptr ConfigurationItem; -#endif /* CONFIGURATION_H */ +#endif // CONFIGURATION_H