[sword-cvs] sword/include rawgenbook.h,1.6,1.7 zverse.h,1.12,1.13
sword@www.crosswire.org
sword@www.crosswire.org
Tue, 25 Feb 2003 21:49:15 -0700
Update of /usr/local/cvsroot/sword/include
In directory www:/tmp/cvs-serv32606/include
Modified Files:
rawgenbook.h zverse.h
Log Message:
no message
Index: rawgenbook.h
===================================================================
RCS file: /usr/local/cvsroot/sword/include/rawgenbook.h,v
retrieving revision 1.6
retrieving revision 1.7
diff -C2 -d -r1.6 -r1.7
*** rawgenbook.h 20 Feb 2003 07:25:19 -0000 1.6
--- rawgenbook.h 26 Feb 2003 04:49:12 -0000 1.7
***************
*** 32,36 ****
class SWDLLEXPORT RawGenBook : public SWGenBook {
- char *entryBuf;
char *path;
FileDesc *bdtfd;
--- 32,35 ----
Index: zverse.h
===================================================================
RCS file: /usr/local/cvsroot/sword/include/zverse.h,v
retrieving revision 1.12
retrieving revision 1.13
diff -C2 -d -r1.12 -r1.13
*** zverse.h 1 Oct 2002 19:52:40 -0000 1.12
--- zverse.h 26 Feb 2003 04:49:12 -0000 1.13
***************
*** 28,34 ****
FileDesc *compfp[2];
char *path;
! void preptext(char *buf);
! void settext(char testmt, long idxoff, const char *buf, long len = 0);
! void linkentry(char testmt, long destidxoff, long srcidxoff);
void flushCache();
char *cacheBuf;
--- 28,34 ----
FileDesc *compfp[2];
char *path;
! void prepText(SWBuf &buf);
! void doSetText(char testmt, long idxoff, const char *buf, long len = 0);
! void doLinkEntry(char testmt, long destidxoff, long srcidxoff);
void flushCache();
char *cacheBuf;
***************
*** 49,54 ****
zVerse(const char *ipath, int fileMode = O_RDONLY, int blockType = CHAPTERBLOCKS, SWCompress * icomp = 0);
virtual ~zVerse();
! void findoffset(char testmt, long idxoff, long *start, unsigned short *end);
! void zreadtext(char testmt, long start, unsigned short size, char *buf);
virtual void rawZFilter(char *buf, long size, char direction = 0) {}
static char createModule(const char *path, int blockBound);
--- 49,54 ----
zVerse(const char *ipath, int fileMode = O_RDONLY, int blockType = CHAPTERBLOCKS, SWCompress * icomp = 0);
virtual ~zVerse();
! void findOffset(char testmt, long idxoff, long *start, unsigned short *end);
! void zReadText(char testmt, long start, unsigned short size, SWBuf &buf);
virtual void rawZFilter(char *buf, long size, char direction = 0) {}
static char createModule(const char *path, int blockBound);