aboutsummaryrefslogtreecommitdiff
path: root/src/multistorage.hh
diff options
context:
space:
mode:
authorschnetter <schnetter@83718e91-0e4f-0410-abf4-91180603181f>2005-05-29 16:16:08 +0000
committerschnetter <schnetter@83718e91-0e4f-0410-abf4-91180603181f>2005-05-29 16:16:08 +0000
commitf8fedd5ec017e3ad6d00e9845f0631e2cb64e2cf (patch)
treec99f154c6ea3f9c32819629ac0c9462d10b08087 /src/multistorage.hh
parent96b573a7387d33431149feeebc9253dbfeafad0d (diff)
Correct error in handling boolean values; they were still treated as
integers in some places git-svn-id: http://svn.cactuscode.org/arrangements/CactusUtils/Formaline/trunk@25 83718e91-0e4f-0410-abf4-91180603181f
Diffstat (limited to 'src/multistorage.hh')
-rw-r--r--src/multistorage.hh4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/multistorage.hh b/src/multistorage.hh
index 6affcbb..50ad470 100644
--- a/src/multistorage.hh
+++ b/src/multistorage.hh
@@ -34,6 +34,10 @@ public:
const;
void
+ store (char const * key, bool value)
+ const;
+
+ void
store (char const * key, int value)
const;