Browse Source

[2157] doxygen: Counters::inc() doesn't throw

Yoshitaka Aharen 12 years ago
parent
commit
ce5cf26e36
1 changed files with 2 additions and 3 deletions
  1. 2 3
      src/bin/auth/statistics.h

+ 2 - 3
src/bin/auth/statistics.h

@@ -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);