summaryrefslogtreecommitdiffabout
path: root/include/opkele/basic_op.h
Unidiff
Diffstat (limited to 'include/opkele/basic_op.h') (more/less context) (ignore whitespace changes)
-rw-r--r--include/opkele/basic_op.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/opkele/basic_op.h b/include/opkele/basic_op.h
index 12306dd..e4bbfa7 100644
--- a/include/opkele/basic_op.h
+++ b/include/opkele/basic_op.h
@@ -207,17 +207,16 @@ namespace opkele {
207 * @param handle association handle 207 * @param handle association handle
208 * @return association object 208 * @return association object
209 */ 209 */
210 virtual assoc_t retrieve_assoc(const string& handle) = 0; 210 virtual assoc_t retrieve_assoc(const string& handle) = 0;
211 /** 211 /**
212 * Allocate nonce. 212 * Allocate nonce.
213 * @param nonce input-output parameter containing timestamp part of 213 * @param nonce input-output parameter containing timestamp part of
214 * the nonce on input 214 * the nonce on input
215 * @param sl true if the nonce is
216 * @return reference to nonce 215 * @return reference to nonce
217 * @throw failed_lookup if no such valid unexpired association 216 * @throw failed_lookup if no such valid unexpired association
218 * could be retrieved 217 * could be retrieved
219 */ 218 */
220 virtual string& alloc_nonce(string& nonce) = 0; 219 virtual string& alloc_nonce(string& nonce) = 0;
221 /** 220 /**
222 * Check nonce validity 221 * Check nonce validity
223 * @param nonce nonce to check 222 * @param nonce nonce to check