aboutsummaryrefslogtreecommitdiffstats
path: root/include/filemgr.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/filemgr.h')
-rw-r--r--include/filemgr.h7
1 files changed, 4 insertions, 3 deletions
diff --git a/include/filemgr.h b/include/filemgr.h
index 111f916..d4c8860 100644
--- a/include/filemgr.h
+++ b/include/filemgr.h
@@ -1,7 +1,7 @@
/******************************************************************************
* filemgr.h - definition of class FileMgr used for pooling file handles
*
- * $Id: filemgr.h,v 1.14 2002/03/13 06:55:39 scribe Exp $
+ * $Id: filemgr.h,v 1.15 2002/10/01 19:52:40 dglassey Exp $
*
* Copyright 1998 CrossWire Bible Society (http://www.crosswire.org)
* CrossWire Bible Society
@@ -27,6 +27,8 @@
#include <defs.h>
+SWORD_NAMESPACE_START
+
class SWDLLEXPORT FileMgr;
class SWDLLEXPORT FileDesc
@@ -77,6 +79,5 @@ public:
};
-
-
+SWORD_NAMESPACE_END
#endif