summaryrefslogtreecommitdiff
path: root/include/rawgenbook.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/rawgenbook.h')
-rw-r--r--include/rawgenbook.h16
1 files changed, 9 insertions, 7 deletions
diff --git a/include/rawgenbook.h b/include/rawgenbook.h
index ba07478..400f3da 100644
--- a/include/rawgenbook.h
+++ b/include/rawgenbook.h
@@ -1,10 +1,12 @@
/******************************************************************************
- * rawtext.h - code for class 'RawText'- a module that reads raw text files:
- * ot and nt using indexs ??.bks ??.cps ??.vss
*
- * $Id: rawgenbook.h 2303 2009-04-06 13:38:34Z scribe $
+ * rawgenbook.h - code for class 'RawGenBook'- a module that reads raw
+ * text files:
+ * ot and nt using indexs ??.bks ??.cps ??.vss
*
- * Copyright 1998 CrossWire Bible Society (http://www.crosswire.org)
+ * $Id: rawgenbook.h 2833 2013-06-29 06:40:28Z chrislit $
+ *
+ * Copyright 2002-2013 CrossWire Bible Society (http://www.crosswire.org)
* CrossWire Bible Society
* P. O. Box 2528
* Tempe, AZ 85280-2528
@@ -44,14 +46,14 @@ public:
SWTextDirection dir = DIRECTION_LTR,
SWTextMarkup markup = FMT_UNKNOWN, const char* ilang = 0, const char *keyType = "TreeKey");
virtual ~RawGenBook();
- virtual SWBuf &getRawEntryBuf();
+ virtual SWBuf &getRawEntryBuf() const;
// write interface ----------------------------
- virtual bool isWritable();
+ virtual bool isWritable() const;
static char createModule(const char *ipath);
virtual void setEntry(const char *inbuf, long len = -1); // Modify current module entry
virtual void linkEntry(const SWKey * linkKey); // Link current module entry to other module entry
virtual void deleteEntry(); // Delete current module entry
- virtual SWKey *CreateKey() const;
+ virtual SWKey *createKey() const;
// end write interface ------------------------
virtual bool hasEntry(const SWKey *k) const;