summaryrefslogtreecommitdiff
path: root/quotes.h
diff options
context:
space:
mode:
authorJohn Wiegley <johnw@newartisans.com>2008-07-29 20:10:03 -0400
committerJohn Wiegley <johnw@newartisans.com>2008-07-29 20:10:03 -0400
commitea27d1b45a5ff975a1e90e3e9f4b74ff8d34056e (patch)
tree492a147199ad921959f86e8f0b4ec4edc1eeed46 /quotes.h
parent200d919fe7c8bcf021011c16fb6ec50821444d5e (diff)
downloadledger-ea27d1b45a5ff975a1e90e3e9f4b74ff8d34056e.tar.gz
ledger-ea27d1b45a5ff975a1e90e3e9f4b74ff8d34056e.tar.bz2
ledger-ea27d1b45a5ff975a1e90e3e9f4b74ff8d34056e.zip
Moved around and renamed a very large amount of code in order to rationalize
the way that value expressions extract information from journal objects.
Diffstat (limited to 'quotes.h')
-rw-r--r--quotes.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/quotes.h b/quotes.h
index 3c457b95..919379d2 100644
--- a/quotes.h
+++ b/quotes.h
@@ -5,8 +5,8 @@
namespace ledger {
-class quotes_by_script
- : public noncopyable, commodity_t::base_t::updater_t
+#if 0
+class quotes_by_script : public noncopyable, public commodity_t::base_t::updater_t
{
string price_db;
unsigned long pricing_leeway;
@@ -32,6 +32,7 @@ public:
const datetime_t& last,
amount_t& price);
};
+#endif
} // namespace ledger