From: Michal 'vorner' Vaner Date: Fri, 10 Feb 2012 11:40:13 +0000 (+0100) Subject: [1596] Return deleted line X-Git-Tag: trac2351_base~97^2~32^2~3^2~8 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=716ae36b91bc71f72098b8c831c5e86c845a99bc;p=thirdparty%2Fkea.git [1596] Return deleted line --- diff --git a/src/bin/auth/auth_srv.h b/src/bin/auth/auth_srv.h index dc0e5120ca..5383e5a17f 100644 --- a/src/bin/auth/auth_srv.h +++ b/src/bin/auth/auth_srv.h @@ -343,6 +343,7 @@ public: /// /// \param type Type of a counter to get the value of /// + /// \return the value of the counter. uint64_t getCounter(const AuthCounters::ServerCounterType type) const;