]> Dogcows Code - chaz/yoink/blobdiff - src/stlplus/persistence/persistent_bool.hpp
cleanup stlplus files
[chaz/yoink] / src / stlplus / persistence / persistent_bool.hpp
diff --git a/src/stlplus/persistence/persistent_bool.hpp b/src/stlplus/persistence/persistent_bool.hpp
deleted file mode 100644 (file)
index 5fbe237..0000000
+++ /dev/null
@@ -1,27 +0,0 @@
-#ifndef STLPLUS_PERSISTENT_BOOL\r
-#define STLPLUS_PERSISTENT_BOOL\r
-////////////////////////////////////////////////////////////////////////////////\r
-\r
-//   Author:    Andy Rushton\r
-//   Copyright: (c) Southampton University 1999-2004\r
-//              (c) Andy Rushton           2004-2009\r
-//   License:   BSD License, see ../docs/license.html\r
-\r
-//   Persistence of bool\r
-\r
-////////////////////////////////////////////////////////////////////////////////\r
-\r
-#include "persistence_fixes.hpp"\r
-#include "persistent_contexts.hpp"\r
-\r
-////////////////////////////////////////////////////////////////////////////////\r
-\r
-namespace stlplus\r
-{\r
-\r
-  void dump_bool(dump_context&, const bool& data) throw(persistent_dump_failed);\r
-  void restore_bool(restore_context&, bool& data) throw(persistent_restore_failed);\r
-\r
-} // end namespace stlplus\r
-\r
-#endif\r
This page took 0.022559 seconds and 4 git commands to generate.