X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;f=src%2Fstlplus%2Fpersistence%2Fpersistent_multimap.hpp;fp=src%2Fstlplus%2Fpersistence%2Fpersistent_multimap.hpp;h=0000000000000000000000000000000000000000;hb=5846afb00833cc72fe72422ca896d2387c712cb4;hp=0ad0716c748c1da01856e5c4f3db433985986b7d;hpb=a97500609dc3c1b11f9786d32bc458eb00de4c36;p=chaz%2Fyoink diff --git a/src/stlplus/persistence/persistent_multimap.hpp b/src/stlplus/persistence/persistent_multimap.hpp deleted file mode 100644 index 0ad0716..0000000 --- a/src/stlplus/persistence/persistent_multimap.hpp +++ /dev/null @@ -1,34 +0,0 @@ -#ifndef STLPLUS_PERSISTENT_MULTIMAP -#define STLPLUS_PERSISTENT_MULTIMAP -//////////////////////////////////////////////////////////////////////////////// - -// Author: Andy Rushton -// Copyright: (c) Southampton University 1999-2004 -// (c) Andy Rushton 2004-2009 -// License: BSD License, see ../docs/license.html - -// Persistence of STL multimap - -//////////////////////////////////////////////////////////////////////////////// -#include "persistence_fixes.hpp" -#include "persistent_contexts.hpp" -#include - -//////////////////////////////////////////////////////////////////////////////// - -namespace stlplus -{ - - template - void dump_multimap(dump_context&, const std::multimap& data, DK key_dump_fn, DT val_dump_fn) - throw(persistent_dump_failed); - - template - void restore_multimap(restore_context&, std::multimap& data, RK key_restore_fn, RT val_restore_fn) - throw(persistent_restore_failed); - -} // end namespace stlplus - - //////////////////////////////////////////////////////////////////////////////// -#include "persistent_multimap.tpp" -#endif