diff options
Diffstat (limited to 'src/mgr/swlocale.cpp')
-rw-r--r-- | src/mgr/swlocale.cpp | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/src/mgr/swlocale.cpp b/src/mgr/swlocale.cpp index d85d1eb..8cf1e96 100644 --- a/src/mgr/swlocale.cpp +++ b/src/mgr/swlocale.cpp @@ -2,7 +2,7 @@ * swlocale.cpp - implementation of Class SWLocale used for retrieval * of locale lookups * - * $Id: swlocale.cpp,v 1.4 2002/07/28 01:48:38 scribe Exp $ + * $Id: swlocale.cpp,v 1.5 2002/10/01 19:52:40 dglassey Exp $ * * Copyright 2000 CrossWire Bible Society (http://www.crosswire.org) * CrossWire Bible Society @@ -23,6 +23,7 @@ #include <swlocale.h> #include <utilfuns.h> +SWORD_NAMESPACE_START SWLocale::SWLocale(const char * ifilename) { ConfigEntMap::iterator confEntry; @@ -138,3 +139,5 @@ void SWLocale::getBooks(char **iBMAX, struct sbook ***ibooks) { *iBMAX = BMAX; *ibooks = books; } + +SWORD_NAMESPACE_END |