]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[2157] doxygen: Counters::inc() doesn't throw
authorYoshitaka Aharen <aharen@jprs.co.jp>
Mon, 28 Jan 2013 12:12:42 +0000 (21:12 +0900)
committerYoshitaka Aharen <aharen@jprs.co.jp>
Mon, 28 Jan 2013 12:12:42 +0000 (21:12 +0900)
src/bin/auth/statistics.h

index db2beff4839901c0ce4d36be9b774a2b8fc23cb7..49be6a29079ac62e9b419f0fc179673dce04bf7b 100644 (file)
@@ -262,13 +262,12 @@ public:
 
     /// \brief Increment counters according to the parameters.
     ///
-    /// This method is mostly exception free. But it may still throw a
-    /// standard exception if memory allocation fails inside the method.
-    ///
     /// \param msgattrs DNS message attributes.
     /// \param response DNS response message.
     /// \param done DNS response was sent to the client.
     ///
+    /// \throw None
+    ///
     void inc(const MessageAttributes& msgattrs,
              const isc::dns::Message& response, const bool done);