From 9e902e373ba72fd8725c5a1ffdfdc0447b664369 Mon Sep 17 00:00:00 2001 From: Michael Krelin Date: Fri, 08 Feb 2008 21:02:26 +0000 Subject: renamed basic_op class to basic_OP and doxygenated basic_OP a bit. Signed-off-by: Michael Krelin --- (limited to 'test') diff --git a/test/OP.cc b/test/OP.cc index c919d7f..ce54d92 100644 --- a/test/OP.cc +++ b/test/OP.cc @@ -161,7 +161,7 @@ class example_op_t : public opkele::verify_op { strtol(T.get(1,3,nc),0,0) )); } - string& alloc_nonce(string& nonce,bool stateless) { + string& alloc_nonce(string& nonce) { uuid_t uuid; uuid_generate(uuid); nonce += opkele::util::encode_base64(uuid,sizeof(uuid)); sqlite3_mem_t -- cgit v0.9.0.2