From e5048ec71bf114c351c62844b7603893195df4d4 Mon Sep 17 00:00:00 2001 From: John Wiegley Date: Thu, 31 Jul 2008 17:48:29 -0400 Subject: Change many uses of for+iterator to use Boost.Foreach. --- journal.h | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'journal.h') diff --git a/journal.h b/journal.h index d24e4fc1..df17764d 100644 --- a/journal.h +++ b/journal.h @@ -43,6 +43,10 @@ typedef std::list paths_list; class session_t; class account_t; +typedef std::list entries_list; +typedef std::list auto_entries_list; +typedef std::list period_entries_list; + class journal_t : public noncopyable { public: @@ -56,7 +60,7 @@ public: auto_entries_list auto_entries; period_entries_list period_entries; - hooks_t entry_finalize_hooks; + hooks_t entry_finalize_hooks; journal_t(session_t * _owner); ~journal_t(); -- cgit v1.2.3