summaryrefslogtreecommitdiffabout
path: root/include/opkele/consumer.h
Unidiff
Diffstat (limited to 'include/opkele/consumer.h') (more/less context) (show whitespace changes)
-rw-r--r--include/opkele/consumer.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/include/opkele/consumer.h b/include/opkele/consumer.h
index f9939cf..f32509e 100644
--- a/include/opkele/consumer.h
+++ b/include/opkele/consumer.h
@@ -89,3 +89,3 @@ namespace opkele {
89 */ 89 */
90 string checkid_immediate(const string& identity,const string& return_to,const string& trust_root="",extension_t *ext=0); 90 virtual string checkid_immediate(const string& identity,const string& return_to,const string& trust_root="",extension_t *ext=0);
91 /** 91 /**
@@ -100,3 +100,3 @@ namespace opkele {
100 */ 100 */
101 string checkid_setup(const string& identity,const string& return_to,const string& trust_root="",extension_t *ext=0); 101 virtual string checkid_setup(const string& identity,const string& return_to,const string& trust_root="",extension_t *ext=0);
102 /** 102 /**
@@ -112,3 +112,3 @@ namespace opkele {
112 */ 112 */
113 string checkid_(mode_t mode,const string& identity,const string& return_to,const string& trust_root="",extension_t *ext=0); 113 virtual string checkid_(mode_t mode,const string& identity,const string& return_to,const string& trust_root="",extension_t *ext=0);
114 /** 114 /**
@@ -125,3 +125,3 @@ namespace opkele {
125 */ 125 */
126 void id_res(const params_t& pin,const string& identity="",extension_t *ext=0); 126 virtual void id_res(const params_t& pin,const string& identity="",extension_t *ext=0);
127 /** 127 /**