Apply local Txns.

This commit is contained in:
JoelKatz
2012-01-18 14:14:34 -08:00
parent a5da80d36d
commit 1277ffd91c

View File

@@ -36,6 +36,7 @@ public:
uint32 getTag() const { return mTag; }
const std::string& getComment() const { return mComment; }
Transaction::pointer getTransaction() { return mTransaction; }
void applyTransaction();
bool makeTransaction();
};