summaryrefslogtreecommitdiff
path: root/include/swmgr.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/swmgr.h')
-rw-r--r--include/swmgr.h15
1 files changed, 9 insertions, 6 deletions
diff --git a/include/swmgr.h b/include/swmgr.h
index 7991933..6e7236f 100644
--- a/include/swmgr.h
+++ b/include/swmgr.h
@@ -2,7 +2,7 @@
* swmgr.h - definition of class SWMgr used to interact with an install
* base of sword modules.
*
- * $Id: swmgr.h 2149 2008-03-31 04:44:30Z scribe $
+ * $Id: swmgr.h 2340 2009-04-26 13:51:42Z scribe $
*
* Copyright 1998-2008 CrossWire Bible Society (http://www.crosswire.org)
* CrossWire Bible Society
@@ -43,9 +43,11 @@
* if you decide to start a new project.
*
* Well known frontends are:\n
+ * -BibleTime (http://www.bibletime.info)\n
+ * -BPBible (http://bpbible.com)\n
+ * -MacSword (http://www.macsword.com)\n
+ * -Xiphos (http://xiphos.org)\n
* -SWORD for Windows (http://crosswire.org/sword/software/biblecs/)\n
- * -GnomeSword (http://gnomesword.sourceforge.net/)\n
- * -BibleTime (http://www.bibletime.info/)\n
*/
#ifndef SWMGR_H
@@ -82,7 +84,7 @@ class SWOptionFilter;
* SWMgr exposes an installed module set and can be asked to configure the desired
* markup and options which modules will produce.
*
- * @version $Id: swmgr.h 2149 2008-03-31 04:44:30Z scribe $
+ * @version $Id: swmgr.h 2340 2009-04-26 13:51:42Z scribe $
*/
class SWDLLEXPORT SWMgr {
@@ -157,14 +159,15 @@ public:
static bool isICU;
static const char *globalConfPath;
+ static SWBuf getHomeDir();
/**
*
*/
- static void findConfig(char *configType, char **prefixPath, char **configPath, StringList *augPaths = 0, SWConfig *providedSysConf = 0);
+ static void findConfig(char *configType, char **prefixPath, char **configPath, StringList *augPaths = 0, SWConfig **providedSysConf = 0);
SWConfig *config;
- SWConfig *sysconfig;
+ SWConfig *sysConfig;
/** The path to main module set and locales
*/