summaryrefslogtreecommitdiff
path: root/src/xact.h
diff options
context:
space:
mode:
authorJohn Wiegley <johnw@newartisans.com>2009-10-27 08:32:42 -0400
committerJohn Wiegley <johnw@newartisans.com>2009-10-27 08:32:42 -0400
commit027c255a4fa8dd8ab9cf433e6f9491ce7e5658aa (patch)
treeeb5ab88d751ec975681ae748d441f44d4799bd63 /src/xact.h
parent7fae606d622d8cd463ce5f81f5d7872a4fdebc60 (diff)
parent3ea7fbd5f6db4d362af79953b23bacc904909cff (diff)
downloadfork-ledger-027c255a4fa8dd8ab9cf433e6f9491ce7e5658aa.tar.gz
fork-ledger-027c255a4fa8dd8ab9cf433e6f9491ce7e5658aa.tar.bz2
fork-ledger-027c255a4fa8dd8ab9cf433e6f9491ce7e5658aa.zip
Merge branch 'next'
Diffstat (limited to 'src/xact.h')
-rw-r--r--src/xact.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/xact.h b/src/xact.h
index b7b4576b..74d9f837 100644
--- a/src/xact.h
+++ b/src/xact.h
@@ -104,6 +104,10 @@ public:
virtual void add_post(post_t * post);
+ value_t magnitude() const;
+ string idstring() const;
+ string id() const;
+
virtual expr_t::ptr_op_t lookup(const string& name);
virtual bool valid() const;