From 5a90fe735772fd4d52216ae76ddad893bce177e6 Mon Sep 17 00:00:00 2001 From: John Wiegley Date: Sat, 2 Aug 2008 22:45:35 -0400 Subject: Moved xact_xdata_t into xact_t itself, as a set of "extended data" that might be gathered during reporting. Removed the references to accounts and such from the mask logic, which means that the value expression "acount =~ /foo/" is needed in place of just "/foo/". --- entry.h | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'entry.h') diff --git a/entry.h b/entry.h index fdc9fbee..2834942f 100644 --- a/entry.h +++ b/entry.h @@ -39,8 +39,6 @@ namespace ledger { class journal_t; -typedef std::list xacts_list; - class entry_base_t : public supports_flags<> { public: @@ -232,6 +230,10 @@ inline bool auto_entry_finalizer_t::operator()(entry_t& entry, bool post) { return true; } +typedef std::list entries_list; +typedef std::list auto_entries_list; +typedef std::list period_entries_list; + } // namespace ledger #endif // _ENTRY_H -- cgit v1.2.3