]> Dogcows Code - chaz/yoink/blobdiff - src/stlplus/persistence/persistent_matrix.hpp
cleanup stlplus files
[chaz/yoink] / src / stlplus / persistence / persistent_matrix.hpp
diff --git a/src/stlplus/persistence/persistent_matrix.hpp b/src/stlplus/persistence/persistent_matrix.hpp
deleted file mode 100644 (file)
index 2f727a2..0000000
+++ /dev/null
@@ -1,34 +0,0 @@
-#ifndef STLPLUS_PERSISTENT_MATRIX\r
-#define STLPLUS_PERSISTENT_MATRIX\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 STLplus matrix\r
-\r
-////////////////////////////////////////////////////////////////////////////////\r
-#include "persistence_fixes.hpp"\r
-#include "persistent_contexts.hpp"\r
-#include "matrix.hpp"\r
-\r
-////////////////////////////////////////////////////////////////////////////////\r
-\r
-namespace stlplus\r
-{\r
-\r
-  template<typename T, typename DT>\r
-  void dump_matrix(dump_context&, const matrix<T>& data, DT dump_fn)\r
-    throw(persistent_dump_failed);\r
-\r
-  template<typename T, typename RT>\r
-  void restore_matrix(restore_context&, matrix<T>& data, RT restore_fn)\r
-    throw(persistent_restore_failed);\r
-\r
-} // end namespace stlplus\r
-\r
-  ////////////////////////////////////////////////////////////////////////////////\r
-#include "persistent_matrix.tpp"\r
-#endif\r
This page took 0.023788 seconds and 4 git commands to generate.