From b2b0ae37e82fe6c480b7e6527e67cce168687679 Mon Sep 17 00:00:00 2001 From: John Wiegley Date: Thu, 12 Nov 2009 03:32:10 -0500 Subject: session_t now holds a std::auto_prt --- src/archive.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/archive.h') diff --git a/src/archive.h b/src/archive.h index 60ead5a9..03fc970a 100644 --- a/src/archive.h +++ b/src/archive.h @@ -69,10 +69,10 @@ public: bool read_header(); bool should_load(const std::list& data_files); - bool should_save(shared_ptr journal); + bool should_save(journal_t& journal); - void save(shared_ptr journal); - bool load(shared_ptr journal); + void save(journal_t& journal); + bool load(journal_t& journal); #if defined(HAVE_BOOST_SERIALIZATION) private: -- cgit v1.2.3