From: JINMEI Tatuya Date: Thu, 6 Dec 2012 21:00:47 +0000 (-0800) Subject: [2377] style fix: added a blank line between method defs for readability. X-Git-Tag: bind10-1.0.0-beta-release~24^2~47 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9ea3182d49d0ad15571ea962ae34b68bcf5a200f;p=thirdparty%2Fkea.git [2377] style fix: added a blank line between method defs for readability. --- diff --git a/src/lib/dns/master_loader.h b/src/lib/dns/master_loader.h index 3079bf89cd..bbe4ac1800 100644 --- a/src/lib/dns/master_loader.h +++ b/src/lib/dns/master_loader.h @@ -39,6 +39,7 @@ public: DEFAULT = 0, ///< Nothing special. MANY_ERRORS = 1 ///< Lenient mode. }; + /// \brief Constructor /// /// This creates a master loader and provides it with all @@ -69,6 +70,7 @@ public: const MasterLoaderCallbacks& callbacks, const AddRRCallback& add_callback, Options options = DEFAULT); + /// \brief Destructor ~MasterLoader(); @@ -84,6 +86,7 @@ public: /// \throw isc::InvalidOperation when called after loading was done /// already. bool loadIncremental(size_t count_limit); + /// \brief Load everything /// /// This simply calls loadIncremental until the loading is done.