[sword-cvs] sword/bindings/swig/python Sword.cxx,1.1,1.2

sword@www.crosswire.org sword@www.crosswire.org
Fri, 6 Feb 2004 14:01:33 -0700


Update of /cvs/core/sword/bindings/swig/python
In directory www:/tmp/cvs-serv27118/bindings/swig/python

Modified Files:
	Sword.cxx 
Log Message:
	Changed system[Log|File|Locale]Mgr to
		*Mgr *[get|set]System*Mgr() per Daniel Glassey's
		discovery of potential problems from order of
		initializing statics.

	Added new prefix recognition for OSIS lemma prefix
		"strong:"



Index: Sword.cxx
===================================================================
RCS file: /cvs/core/sword/bindings/swig/python/Sword.cxx,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- Sword.cxx	7 Oct 2002 09:05:15 -0000	1.1
+++ Sword.cxx	6 Feb 2004 21:01:00 -0000	1.2
@@ -878,8 +878,8 @@
 
 #include <localemgr.h>
 
-LocaleMgr *const LocaleMgr_systemLocaleMgr(){
-  	return &(LocaleMgr::systemLocaleMgr);
+LocaleMgr *const LocaleMgr_getSystemLocaleMgr(){
+  	return LocaleMgr::getSystemLocaleMgr();
   }
 
 #include <swfiltermgr.h>