]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[2377] style fix: added a blank line between method defs for readability.
authorJINMEI Tatuya <jinmei@isc.org>
Thu, 6 Dec 2012 21:00:47 +0000 (13:00 -0800)
committerJINMEI Tatuya <jinmei@isc.org>
Thu, 6 Dec 2012 21:04:06 +0000 (13:04 -0800)
src/lib/dns/master_loader.h

index 3079bf89cde367092c8a41196440ae75c55c8740..bbe4ac1800cfd771b4ea594e17557cf4e6bbb9cd 100644 (file)
@@ -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.