aboutsummaryrefslogtreecommitdiffstats
path: root/include/swcom.h
diff options
context:
space:
mode:
authordanglassey <danglassey>2002-09-29 13:01:33 +0000
committerdanglassey <danglassey>2002-09-29 13:01:33 +0000
commit2cccf0ee964afca56e9fb6b532ab9f863fc6091f (patch)
tree4eb52f7bac13ea5a82cf581fee805ff6269de71c /include/swcom.h
parent1503eed6289ffbf12185d73a9fa4dbde8a7b5fba (diff)
downloadsword-sf-cvs-2cccf0ee964afca56e9fb6b532ab9f863fc6091f.tar.gz
sync with crosswire 20020929-1300
Diffstat (limited to 'include/swcom.h')
-rw-r--r--include/swcom.h6
1 files changed, 5 insertions, 1 deletions
diff --git a/include/swcom.h b/include/swcom.h
index ee95f99..c0b7420 100644
--- a/include/swcom.h
+++ b/include/swcom.h
@@ -2,7 +2,7 @@
* swcom.h - code for base class 'SWCom'. SWCom is the basis for all
* types of commentary modules
*
- * $Id: swcom.h,v 1.10 2002/07/28 01:48:38 scribe Exp $
+ * $Id: swcom.h,v 1.11 2002/09/29 03:21:08 scribe Exp $
*
* Copyright 1998 CrossWire Bible Society (http://www.crosswire.org)
* CrossWire Bible Society
@@ -47,6 +47,10 @@ public:
virtual ~SWCom();
virtual SWKey *CreateKey() { return new VerseKey(); }
+ virtual long Index() const;
+ virtual long Index(long iindex);
+
+
// OPERATORS -----------------------------------------------------------------