aboutsummaryrefslogtreecommitdiff
path: root/src/portal.hh
diff options
context:
space:
mode:
authorschnetter <schnetter@83718e91-0e4f-0410-abf4-91180603181f>2005-05-29 11:33:57 +0000
committerschnetter <schnetter@83718e91-0e4f-0410-abf4-91180603181f>2005-05-29 11:33:57 +0000
commit3996f4dec8488695fd5ab2a245b7b1ceec4651c5 (patch)
tree2641e0db3733b79bbce8f0b09cdf953e67ad09fd /src/portal.hh
parentc0a24229b042bc20258e368275684b45e8d683fe (diff)
Store boolean variables with their own type instead of as integers.
git-svn-id: http://svn.cactuscode.org/arrangements/CactusUtils/Formaline/trunk@21 83718e91-0e4f-0410-abf4-91180603181f
Diffstat (limited to 'src/portal.hh')
-rw-r--r--src/portal.hh4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/portal.hh b/src/portal.hh
index 0be9074..b763654 100644
--- a/src/portal.hh
+++ b/src/portal.hh
@@ -73,6 +73,10 @@ public:
virtual void
store (char const * key,
+ bool value);
+
+ virtual void
+ store (char const * key,
int value);
virtual void