From 4cd6cad3b5fda6eb09c8c36efeb9426316f35a37 Mon Sep 17 00:00:00 2001 From: Michael Krelin Date: Mon, 11 Feb 2008 21:16:01 +0000 Subject: allow to add prefix to generated htmlhiddens Signed-off-by: Michael Krelin --- (limited to 'include') diff --git a/include/opkele/types.h b/include/opkele/types.h index a3b657d..1f48362 100644 --- a/include/opkele/types.h +++ b/include/opkele/types.h @@ -150,7 +150,7 @@ namespace opkele { virtual void from_keyvalues(const string& kv); virtual void to_keyvalues(ostream& o) const; - virtual void to_htmlhiddens(ostream& o) const; + virtual void to_htmlhiddens(ostream& o,const char* pfx=0) const; void add_to_signed(const string& fields); string find_ns(const string& uri,const char *pfx) const; -- cgit v0.9.0.2