summaryrefslogtreecommitdiff
path: root/include/swcacher.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/swcacher.h')
-rw-r--r--include/swcacher.h8
1 files changed, 7 insertions, 1 deletions
diff --git a/include/swcacher.h b/include/swcacher.h
index f62adba..d2274b9 100644
--- a/include/swcacher.h
+++ b/include/swcacher.h
@@ -2,7 +2,7 @@
* swcacher.h - definition of class SWCacher used to provide an interface for
* objects that cache and want a standard interface for cleaning up.
*
- * $Id: swcacher.h,v 1.2 2002/03/16 04:10:33 scribe Exp $
+ * $Id: swcacher.h,v 1.5 2003/08/29 06:00:16 scribe Exp $
*
* Copyright 1998 CrossWire Bible Society (http://www.crosswire.org)
* CrossWire Bible Society
@@ -25,6 +25,11 @@
#include <defs.h>
+SWORD_NAMESPACE_START
+
+/** used to provide an interface for objects that cache and want
+ * a standard interface for cleaning up.
+ */
class SWDLLEXPORT SWCacher {
public:
SWCacher();
@@ -34,4 +39,5 @@ public:
virtual long lastAccess();
};
+SWORD_NAMESPACE_END
#endif