From ae41407817c5e360e57e06eba656a38b32093977 Mon Sep 17 00:00:00 2001 From: Michael Krelin Date: Fri, 12 Jan 2007 15:23:09 +0000 Subject: doxygen improvements --- (limited to 'include/opkele/extension_chain.h') diff --git a/include/opkele/extension_chain.h b/include/opkele/extension_chain.h index 955f4d5..f0eea94 100644 --- a/include/opkele/extension_chain.h +++ b/include/opkele/extension_chain.h @@ -9,9 +9,6 @@ #include #include -/** - * @brief the main opkele namespace - */ namespace opkele { using std::list; @@ -31,17 +28,8 @@ namespace opkele { */ extension_chain_t(extension_t *e) { push_back(e); } - /** - * Implementation of consumer's checkid hook - */ virtual void checkid_hook(params_t& p,const string& identity); - /** - * Implementation of consumer's id_res hook - */ virtual void id_res_hook(const params_t& p,const params_t& sp,const string& identity); - /** - * Implementation of server's checkid_hook - */ virtual void checkid_hook(const params_t& pin,params_t& pout); }; -- cgit v0.9.0.2