[sword-cvs] sword/include defs.h,1.12,1.13 swmgr.h,1.55,1.56

sword@www.crosswire.org sword@www.crosswire.org
Tue, 20 Jan 2004 23:14:43 -0700


Update of /cvs/core/sword/include
In directory www:/tmp/cvs-serv16791/include

Modified Files:
	defs.h swmgr.h 
Log Message:
no message

Index: defs.h
===================================================================
RCS file: /cvs/core/sword/include/defs.h,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -d -r1.12 -r1.13
--- defs.h	18 Jan 2004 18:34:27 -0000	1.12
+++ defs.h	21 Jan 2004 06:14:40 -0000	1.13
@@ -18,6 +18,7 @@
 #ifdef _WIN32_WCE
 #define SWTRY
 #define SWCATCH(x) if (0)
+#define GLOBCONFPATH "/Program Files/sword/sword.conf"
 #else
 #define SWTRY try
 #define SWCATCH(x) catch (x)

Index: swmgr.h
===================================================================
RCS file: /cvs/core/sword/include/swmgr.h,v
retrieving revision 1.55
retrieving revision 1.56
diff -u -d -r1.55 -r1.56
--- swmgr.h	5 Jul 2003 04:58:42 -0000	1.55
+++ swmgr.h	21 Jan 2004 06:14:40 -0000	1.56
@@ -123,9 +123,9 @@
 	*/
 	virtual void AddRawFilters(SWModule * module, ConfigEntMap & section);
 
-	virtual void augmentModules(const char *ipath);
 
 public:
+	virtual void augmentModules(const char *ipath);
 
 	/** Enable / Disable debug output on runtime
 	* Set this to true to get more verbose output of SWMgr at runtime. Set it to false to get no debug output.