aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authordanglassey <danglassey>2002-09-04 13:01:46 +0000
committerdanglassey <danglassey>2002-09-04 13:01:46 +0000
commitd18b997ae96079d784f304dd08dac70ee6bf0e7d (patch)
treeb1d9410e9685f967709b9e52f4e63a9a895ed798 /include
parentdcf385382e6112b945452da8ef7fedd63f9624b3 (diff)
downloadsword-sf-cvs-d18b997ae96079d784f304dd08dac70ee6bf0e7d.tar.gz
sync with crosswire 20020904-1300
Diffstat (limited to 'include')
-rw-r--r--include/swkey.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/include/swkey.h b/include/swkey.h
index 12e82ac..ca3d2a8 100644
--- a/include/swkey.h
+++ b/include/swkey.h
@@ -3,7 +3,7 @@
* types of keys for indexing into modules (e.g. verse, word,
* place, etc.)
*
- * $Id: swkey.h,v 1.20 2002/08/27 22:52:36 scribe Exp $
+ * $Id: swkey.h,v 1.21 2002/09/04 00:52:59 scribe Exp $
*
* Copyright 1998 CrossWire Bible Society (http://www.crosswire.org)
* CrossWire Bible Society
@@ -74,6 +74,7 @@ class SWDLLEXPORT SWKey : public SWObject {
protected:
char *keytext;
mutable char *rangeText;
+ mutable bool boundSet;
char persist;
char error;
@@ -144,6 +145,7 @@ public:
virtual const char *getText() const;
virtual const char *getShortText() const { return getText(); }
virtual const char *getRangeText() const;
+ virtual bool isBoundSet() const { return boundSet; }
/** Compares another VerseKey object
*