]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[2850] Comment new ZoneTable::destroy() argument
authorJINMEI Tatuya <jinmei@isc.org>
Mon, 20 May 2013 07:30:16 +0000 (13:00 +0530)
committerMukund Sivaraman <muks@isc.org>
Mon, 20 May 2013 07:30:16 +0000 (13:00 +0530)
src/lib/datasrc/memory/zone_table.h

index db97b3cbdf670963f7d28f5f459d516405d53547..5771b8c66ca70216c1ec61c8a9ac7d87090cddf3 100644 (file)
@@ -147,8 +147,10 @@ public:
     /// \param ztable A non NULL pointer to a valid \c ZoneTable object
     /// that was originally created by the \c create() method (the behavior
     /// is undefined if this condition isn't met).
+    /// \param unused Ununsed parameter, provided so it's compatible to
+    /// SegmentObjectHolder.
     static void destroy(util::MemorySegment& mem_sgmt, ZoneTable* ztable,
-                        int = 0);
+                        int unused = 0);
 
     /// \brief Return the number of zones contained in the zone table.
     ///