From: Michal 'vorner' Vaner Date: Mon, 13 May 2013 10:56:31 +0000 (+0200) Subject: [2836] Note that a method may throw X-Git-Tag: bind10-1.2.0beta1-release~457^2~24 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=689aa37ea4cc087ad0affeedb2b4f8de5b29919d;p=thirdparty%2Fkea.git [2836] Note that a method may throw --- diff --git a/src/lib/datasrc/memory/zone_table.h b/src/lib/datasrc/memory/zone_table.h index 1b369b93dd..b487855fe3 100644 --- a/src/lib/datasrc/memory/zone_table.h +++ b/src/lib/datasrc/memory/zone_table.h @@ -144,6 +144,8 @@ public: /// This method adds a given zone data to the internal table. /// /// \throw std::bad_alloc Internal resource allocation fails. + /// \throw MemorySegmentGrown when the memory segment grown and + /// possibly relocated. /// /// \param mem_sgmt The \c MemorySegment to allocate zone data to be /// created. It must be the same segment that was used to create