diff options
author | danglassey <danglassey> | 2002-10-21 13:01:40 +0000 |
---|---|---|
committer | danglassey <danglassey> | 2002-10-21 13:01:40 +0000 |
commit | d16a90fac71b7e403549e78d0f14d4de9ad65111 (patch) | |
tree | 7b0dde4697a98f37d4738eef5e72d78ebae30b2d /include/ztext.h | |
parent | 2f189123693db86730c3719508568ce409f09135 (diff) | |
download | sword-sf-cvs-d16a90fac71b7e403549e78d0f14d4de9ad65111.tar.gz |
sync with crosswire 20021021-1300
Diffstat (limited to 'include/ztext.h')
-rw-r--r-- | include/ztext.h | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/include/ztext.h b/include/ztext.h index 3c9ac4e..6b4a8a4 100644 --- a/include/ztext.h +++ b/include/ztext.h @@ -2,7 +2,7 @@ * ztext.h - code for class 'zText'- a module that reads compressed text * files: ot and nt using indexs ??.vss * - * $Id: ztext.h,v 1.26 2002/10/01 19:52:40 dglassey Exp $ + * $Id: ztext.h,v 1.27 2002/10/21 00:30:37 scribe Exp $ * * Copyright 1998 CrossWire Bible Society (http://www.crosswire.org) * CrossWire Bible Society @@ -36,11 +36,14 @@ SWORD_NAMESPACE_START * It should not be used in frontends, unless you are doing very special things. */ class SWDLLEXPORT zText:public zVerse, public SWText { + VerseKey *lastWriteKey; bool sameBlock(VerseKey * lastWriteKey, VerseKey * key); int blockType; + VerseKey &getVerseKey(); + + public: - zText(const char *ipath, const char *iname = 0, const char *idesc = 0, int blockType = CHAPTERBLOCKS, SWCompress * icomp = 0, @@ -71,9 +74,6 @@ public: virtual void flush() { flushCache(); } // end swcacher interface ---------------------- - - // OPERATORS ----------------------------------------------------------------- - SWMODULE_OPERATORS }; |