summaryrefslogtreecommitdiff
path: root/include/swgenbook.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/swgenbook.h
parentb745315323de9f27538edac9453205ca70e6186e (diff)
Imported Upstream version 1.7.2+dfsg
Diffstat (limited to 'include/swgenbook.h')
-rw-r--r--include/swgenbook.h43
1 files changed, 22 insertions, 21 deletions
diff --git a/include/swgenbook.h b/include/swgenbook.h
index d4f3d8f..b463fff 100644
--- a/include/swgenbook.h
+++ b/include/swgenbook.h
@@ -1,23 +1,24 @@
/******************************************************************************
-* swgenbook.h
-*
-* $Id: swgenbook.h 2303 2009-04-06 13:38:34Z scribe $
-*
-* Copyright 1998 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.
-*
-*/
+ *
+ * swgenbook.h - Implementation of SWGenBook
+ *
+ * $Id: swgenbook.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
+ *
+ * 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 SWGENBOOK_H
#define SWGENBOOK_H
@@ -35,7 +36,7 @@ SWORD_NAMESPACE_START
class SWDLLEXPORT SWGenBook : public SWModule {
protected:
- char *entkeytxt;
+ mutable char *entkeytxt;
mutable TreeKey *tmpTreeKey;
TreeKey &getTreeKey(const SWKey *k = 0) const;
@@ -48,7 +49,7 @@ public:
SWTextMarkup markup = FMT_UNKNOWN, const char* ilang = 0);
virtual ~SWGenBook();
- virtual SWKey *CreateKey() const = 0;
+ virtual SWKey *createKey() const = 0;
// OPERATORS -----------------------------------------------------------------