From 42f43b7686038e4cbca16d8d2118b139544e6de3 Mon Sep 17 00:00:00 2001 From: John Wiegley Date: Sun, 13 Apr 2008 03:35:00 -0400 Subject: Check in all changes made so far toward 3.0. --- csv.h | 24 ------------------------ 1 file changed, 24 deletions(-) (limited to 'csv.h') diff --git a/csv.h b/csv.h index 3b370631..e69de29b 100644 --- a/csv.h +++ b/csv.h @@ -1,24 +0,0 @@ -#ifndef _CSV_H -#define _CSV_H - -#include "journal.h" -#include "format.h" - -namespace ledger { - -class format_csv_transactions : public item_handler -{ - protected: - std::ostream& out; - - public: - format_csv_transactions(std::ostream& _out) : out(_out) {} - virtual void flush() { - out.flush(); - } - virtual void operator()(transaction_t& xact); -}; - -} // namespace ledger - -#endif // _REPORT_H -- cgit v1.2.3