summaryrefslogtreecommitdiff
path: root/include/rawverse4.h
diff options
context:
space:
mode:
authorRoberto C. Sanchez <roberto@connexer.com>2014-05-12 08:21:30 -0400
committerRoberto C. Sanchez <roberto@connexer.com>2014-05-12 08:21:30 -0400
commit7a00574163029c0c2b649878c95d5acbd083564a (patch)
treec13cc5736025834df2874ed87ee8598070025ea6 /include/rawverse4.h
parentb745315323de9f27538edac9453205ca70e6186e (diff)
Imported Upstream version 1.7.2+dfsg
Diffstat (limited to 'include/rawverse4.h')
-rw-r--r--include/rawverse4.h29
1 files changed, 24 insertions, 5 deletions
diff --git a/include/rawverse4.h b/include/rawverse4.h
index fee51c3..a78ed71 100644
--- a/include/rawverse4.h
+++ b/include/rawverse4.h
@@ -1,10 +1,29 @@
/******************************************************************************
- * rawverse.h - code for class 'RawVerse'- a module that reads raw text
- * files: ot and nt using indexs ??.bks ??.cps ??.vss
- * and provides lookup and parsing functions based on
- * class VerseKey
+ *
+ * rawverse4.h - code for class 'RawVerse4'- a module that reads raw
+ * text files: ot and nt using indexs ??.bks ??.cps
+ * ??.vss and provides lookup and parsing functions based
+ * on class VerseKey
+ *
+ * $Id: rawverse4.h 2833 2013-06-29 06:40:28Z chrislit $
+ *
+ * Copyright 2007-2013 CrossWire Bible Society (http://www.crosswire.org)
+ * CrossWire Bible Society
+ * P. O. Box 2528
+ * Tempe, AZ 85280-2528
+ *
+ * This program is free software; you can redistribute it and/or modify it
+ * under the terms of the GNU General Public License as published by the
+ * Free Software Foundation version 2.
+ *
+ * This program is distributed in the hope that it will be useful, but
+ * WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+ * General Public License for more details.
+ *
*/
+
#ifndef RAWVERSE4_H
#define RAWVERSE4_H
@@ -33,7 +52,7 @@ public:
RawVerse4(const char *ipath, int fileMode = -1);
virtual ~RawVerse4();
void findOffset(char testmt, long idxoff, long *start, unsigned long *end) const;
- void readText(char testmt, long start, unsigned long size, SWBuf &buf);
+ void readText(char testmt, long start, unsigned long size, SWBuf &buf) const;
static char createModule(const char *path, const char *v11n = "KJV");
};