[sword-svn] r3243 - in trunk: . src/keys
scribe at crosswire.org
scribe at crosswire.org
Sat Jul 12 10:35:57 MST 2014
Author: scribe
Date: 2014-07-12 10:35:56 -0700 (Sat, 12 Jul 2014)
New Revision: 3243
Modified:
trunk/ChangeLog
trunk/src/keys/versekey.cpp
Log:
Added Kalemas' v11n mapping code along with use case example. long overdue. updated to not use deprecated methods
Modified: trunk/ChangeLog
===================================================================
--- trunk/ChangeLog 2014-07-12 17:06:02 UTC (rev 3242)
+++ trunk/ChangeLog 2014-07-12 17:35:56 UTC (rev 3243)
@@ -1,5 +1,9 @@
API ChangeLog
+12-Jul-2014 Костя Маслюк <kostyamaslyuk at gmail.com>
+ Versification mapping implementation and example at
+ examples/tasks/parallelbibles.cpp
+
27-Apr-2014 Troy A. Griffitts <scribe at crosswire.org>
Added C# bindings contributed by Daniel Hughes <trampster at gmail.com>
Modified: trunk/src/keys/versekey.cpp
===================================================================
--- trunk/src/keys/versekey.cpp 2014-07-12 17:06:02 UTC (rev 3242)
+++ trunk/src/keys/versekey.cpp 2014-07-12 17:35:56 UTC (rev 3243)
@@ -172,9 +172,9 @@
if (map_range > refSys->getBook(((testament>1)?BMAX[0]:0)+book-1)->getVerseMax(chapter))
++map_range;
verse = map_range;
- UpperBound(this);
+ setUpperBound(this);
verse = map_verse;
- LowerBound(this);
+ setLowerBound(this);
}
}
}
More information about the sword-cvs
mailing list