From: JINMEI Tatuya Date: Mon, 20 May 2013 07:30:16 +0000 (+0530) Subject: [2850] Comment new ZoneTable::destroy() argument X-Git-Tag: bind10-1.2.0beta1-release~418^2~4^2~11 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=861f24ea145df8212c1e9bd7bbd601fa474c9e33;p=thirdparty%2Fkea.git [2850] Comment new ZoneTable::destroy() argument --- diff --git a/src/lib/datasrc/memory/zone_table.h b/src/lib/datasrc/memory/zone_table.h index db97b3cbdf..5771b8c66c 100644 --- a/src/lib/datasrc/memory/zone_table.h +++ b/src/lib/datasrc/memory/zone_table.h @@ -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. ///