From 63aa8992a81dfaececa4a9b38ba8daf29b57912e Mon Sep 17 00:00:00 2001 From: John Wiegley Date: Fri, 30 Oct 2009 19:03:23 -0400 Subject: Moved ownership of master account into journal_t The journal_t now completely represents the data part of a session. --- src/session.h | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) (limited to 'src/session.h') diff --git a/src/session.h b/src/session.h index 4955053d..48960745 100644 --- a/src/session.h +++ b/src/session.h @@ -66,12 +66,9 @@ class session_t : public symbol_scope_t friend void set_session_context(session_t * session); public: - bool flush_on_next_data_file; - date_t::year_type current_year; - - shared_ptr commodity_pool; - scoped_ptr master; - scoped_ptr journal; + bool flush_on_next_data_file; + date_t::year_type current_year; + shared_ptr journal; explicit session_t(); virtual ~session_t() { -- cgit v1.2.3