diff options
Diffstat (limited to 'src/session.h')
-rw-r--r-- | src/session.h | 19 |
1 files changed, 2 insertions, 17 deletions
diff --git a/src/session.h b/src/session.h index 58e33f6b..7c5d47dd 100644 --- a/src/session.h +++ b/src/session.h @@ -80,27 +80,11 @@ public: flush_on_next_data_file = truth; } - std::size_t read_journal(std::istream& in, - const path& pathname, - account_t * master = NULL, - scope_t * scope = NULL); - std::size_t read_journal(const path& pathname, - account_t * master = NULL, - scope_t * scope = NULL); - std::size_t read_data(const string& master_account = ""); void read_journal_files(); void close_journal_files(); - void clean_posts(); - void clean_posts(xact_t& xact); - void clean_accounts(); - void clean_all() { - clean_posts(); - clean_accounts(); - } - void report_options(std::ostream& out) { HANDLER(account_).report(out); @@ -116,7 +100,8 @@ public: option_t<session_t> * lookup_option(const char * p); - virtual expr_t::ptr_op_t lookup(const string& name); + virtual expr_t::ptr_op_t lookup(const symbol_t::kind_t kind, + const string& name); /** * Option handlers |