From 1fad2ec7c135ebe87bb34838f21adaac720dda03 Mon Sep 17 00:00:00 2001 From: John Wiegley Date: Wed, 24 Jun 2009 18:08:56 +0100 Subject: More refactoring for --download --- src/pool.h | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'src/pool.h') diff --git a/src/pool.h b/src/pool.h index 17781bf1..cec2f05e 100644 --- a/src/pool.h +++ b/src/pool.h @@ -83,12 +83,13 @@ public: bool keep_base; // --base optional price_db; // --price-db= - long download_leeway; // --leeway= - bool download_quotes; // --download + long quote_leeway; // --leeway= + bool get_quotes; // --download public: function - (const optional& commodity)> get_commodity_quote; + (const commodity_t& commodity, + const optional& in_terms_of)> get_commodity_quote; explicit commodity_pool_t(); -- cgit v1.2.3