[sword-cvs] sword/bindings/swig/php Sword.cpp,1.1,1.2
sword@www.crosswire.org
sword@www.crosswire.org
Fri, 6 Feb 2004 14:01:33 -0700
- Previous message: [sword-cvs] sword/bindings/swig/perl Sword.cxx,1.14,1.15
- Next message: [sword-cvs] sword/include filemgr.h,1.20,1.21 localemgr.h,1.17,1.18 swkey.h,1.25,1.26 swlog.h,1.5,1.6
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
Update of /cvs/core/sword/bindings/swig/php
In directory www:/tmp/cvs-serv27118/bindings/swig/php
Modified Files:
Sword.cpp
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.cpp
===================================================================
RCS file: /cvs/core/sword/bindings/swig/php/Sword.cpp,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- Sword.cpp 9 Oct 2002 22:34:23 -0000 1.1
+++ Sword.cpp 6 Feb 2004 21:01:00 -0000 1.2
@@ -709,8 +709,8 @@
#include <localemgr.h>
-LocaleMgr *const LocaleMgr_systemLocaleMgr(LocaleMgr *self){
- return &(LocaleMgr::systemLocaleMgr);
+LocaleMgr *const LocaleMgr_getSystemLocaleMgr(LocaleMgr *self){
+ return LocaleMgr::getSystemLocaleMgr();
}
static int _wrap_propset_LocaleMgr(zend_property_reference *property_reference, pval *value);
static int _propset_LocaleMgr(zend_property_reference *property_reference, pval *value);
- Previous message: [sword-cvs] sword/bindings/swig/perl Sword.cxx,1.14,1.15
- Next message: [sword-cvs] sword/include filemgr.h,1.20,1.21 localemgr.h,1.17,1.18 swkey.h,1.25,1.26 swlog.h,1.5,1.6
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]