[sword-cvs] sword/bindings/swig swmgr.i,1.6,1.7
sword@www.crosswire.org
sword@www.crosswire.org
Thu, 17 Jul 2003 15:36:20 -0700
Update of /usr/local/cvsroot/sword/bindings/swig
In directory www:/tmp/cvs-serv8131
Modified Files:
swmgr.i
Log Message:
dglassey: OptionsList has been renamed to StringList
Index: swmgr.i
===================================================================
RCS file: /usr/local/cvsroot/sword/bindings/swig/swmgr.i,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -d -r1.6 -r1.7
--- swmgr.i 28 Jun 2003 21:08:56 -0000 1.6
+++ swmgr.i 17 Jul 2003 22:36:18 -0000 1.7
@@ -4,7 +4,7 @@
%}
typedef map < SWBuf, SWModule *, less < SWBuf > > ModMap;
-typedef list < SWBuf > OptionsList;
+typedef list < SWBuf > StringList;
typedef map < SWBuf, SWFilter * > FilterMap;
class SWMgr {
@@ -27,8 +27,8 @@
virtual void setGlobalOption (const char *option, const char *value);
virtual const char *getGlobalOption (const char *option);
virtual const char *getGlobalOptionTip (const char *option);
- virtual OptionsList getGlobalOptions ();
- virtual OptionsList getGlobalOptionValues (const char *option);
+ virtual StringList getGlobalOptions ();
+ virtual StringList getGlobalOptionValues (const char *option);
virtual signed char setCipherKey (const char *modName, const char *key);
SWModule *getModule(const char *modName);