[sword-svn] r3256 - trunk/bindings/corba/omniorbcpp
scribe at crosswire.org
scribe at crosswire.org
Mon Sep 15 13:03:26 MST 2014
Author: scribe
Date: 2014-09-15 13:03:26 -0700 (Mon, 15 Sep 2014)
New Revision: 3256
Modified:
trunk/bindings/corba/omniorbcpp/swordorb-impl.cpp
Log:
turned on intros in orb
Modified: trunk/bindings/corba/omniorbcpp/swordorb-impl.cpp
===================================================================
--- trunk/bindings/corba/omniorbcpp/swordorb-impl.cpp 2014-09-15 20:02:09 UTC (rev 3255)
+++ trunk/bindings/corba/omniorbcpp/swordorb-impl.cpp 2014-09-15 20:03:26 UTC (rev 3256)
@@ -172,6 +172,7 @@
swordorb::StringList* swordorb_SWModule_i::parseKeyList(const char* keyText){
sword::VerseKey *parser = dynamic_cast<VerseKey *>(delegate->getKey());
+ parser->setIntros(true);
swordorb::StringList *retVal = new swordorb::StringList;
if (parser) {
sword::ListKey result;
More information about the sword-cvs
mailing list