Bugfixes.

This commit is contained in:
JoelKatz
2012-04-26 17:31:09 -07:00
parent 80efbfb6ee
commit a3669388b9
2 changed files with 9 additions and 0 deletions

View File

@@ -27,6 +27,7 @@ public:
SerializedLedgerEntry* duplicate() const { return new SerializedLedgerEntry(*this); }
std::string getFullText() const;
std::string getText() const;
Json::Value getJson(int options) const;
void add(Serializer& s) const { mVersion.add(s); mObject.add(s); }
virtual bool isEquivalent(const SerializedType& t) const;