summaryrefslogtreecommitdiffabout
path: root/include/opkele/server.h
Unidiff
Diffstat (limited to 'include/opkele/server.h') (more/less context) (show whitespace changes)
-rw-r--r--include/opkele/server.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/include/opkele/server.h b/include/opkele/server.h
index bf131d8..598eb47 100644
--- a/include/opkele/server.h
+++ b/include/opkele/server.h
@@ -65,5 +65,5 @@ namespace opkele {
65 * @throw exception in case of errors or negative reply 65 * @throw exception in case of errors or negative reply
66 */ 66 */
67 void checkid_immediate(const params_t& pin,string& return_to,params_t& pout,extension_t *ext=0); 67 virtual void checkid_immediate(const params_t& pin,string& return_to,params_t& pout,extension_t *ext=0);
68 /** 68 /**
69 * process the checkid_setup request. 69 * process the checkid_setup request.
@@ -74,5 +74,5 @@ namespace opkele {
74 * @throw exception in case of errors or negative reply 74 * @throw exception in case of errors or negative reply
75 */ 75 */
76 void checkid_setup(const params_t& pin,string& return_to,params_t& pout,extension_t *ext=0); 76 virtual void checkid_setup(const params_t& pin,string& return_to,params_t& pout,extension_t *ext=0);
77 /** 77 /**
78 * the actual functionality behind checkid_immediate() and 78 * the actual functionality behind checkid_immediate() and
@@ -86,5 +86,5 @@ namespace opkele {
86 * @throw exception in case of errors or negative reply 86 * @throw exception in case of errors or negative reply
87 */ 87 */
88 void checkid_(mode_t mode,const params_t& pin,string& return_to,params_t& pout,extension_t *ext=0); 88 virtual void checkid_(mode_t mode,const params_t& pin,string& return_to,params_t& pout,extension_t *ext=0);
89 /** 89 /**
90 * process the check_authentication request. 90 * process the check_authentication request.