summaryrefslogtreecommitdiff
path: root/include/swfiltermgr.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/swfiltermgr.h')
-rw-r--r--include/swfiltermgr.h9
1 files changed, 6 insertions, 3 deletions
diff --git a/include/swfiltermgr.h b/include/swfiltermgr.h
index 6de765b..6b93cf3 100644
--- a/include/swfiltermgr.h
+++ b/include/swfiltermgr.h
@@ -2,7 +2,7 @@
* swfiltermgr.h - definition of class SWFilterMgr used as an interface to
* manage filters on a module
*
- * $Id: swfiltermgr.h,v 1.1 2001/11/30 21:05:41 scribe Exp $
+ * $Id: swfiltermgr.h,v 1.3 2003/03/04 11:35:52 mgruner Exp $
*
* Copyright 1998 CrossWire Bible Society (http://www.crosswire.org)
* CrossWire Bible Society
@@ -30,9 +30,12 @@
#include <defs.h>
-class SWMgr;
+SWORD_NAMESPACE_START
+class SWMgr;
+/** Class to manage different kinds of filters.
+*/
class SWDLLEXPORT SWFilterMgr {
private:
@@ -78,5 +81,5 @@ public:
virtual void AddRawFilters (SWModule * module, ConfigEntMap & section);
};
-
+SWORD_NAMESPACE_END
#endif