From 6c7179a664044cfbed65ea63b0b4540817eb3408 Mon Sep 17 00:00:00 2001 From: Michael Krelin Date: Thu, 11 Jan 2007 19:36:27 +0000 Subject: a fix for missing class qualifiers --- diff --git a/lib/extension.cc b/lib/extension.cc index bd2195d..44cf0cb 100644 --- a/lib/extension.cc +++ b/lib/extension.cc @@ -6,10 +6,10 @@ namespace opkele { void extension_t::checkid_hook(params_t& p,const string& identity) { throw not_implemented(OPKELE_CP_ "Consumer checkid_hook not implemented"); } - void id_res_hook(const params_t& p,const params_t& sp,const string& identity) { + void extension_t::id_res_hook(const params_t& p,const params_t& sp,const string& identity) { throw not_implemented(OPKELE_CP_ "Consumer id_res_hook not implemented"); } - void checkid_hook(const params_t& pin,params_t& pout) { + void extension_t::checkid_hook(const params_t& pin,params_t& pout) { throw not_implemented(OPKELE_CP_ "Server checkid_hook not implemented"); } } -- cgit v0.9.0.2