Document future direction of Transaction.

This commit is contained in:
Arthur Britto
2012-10-23 12:48:09 -07:00
parent a2a9012358
commit b7a40435b8

View File

@@ -1,6 +1,11 @@
#ifndef __TRANSACTION__
#define __TRANSACTION__
//
// Notes: this code contains legacy constructored sharedXYZ and setXYZ. The intent is for these functions to go away. Transactions
// should now be constructed in JSON with. Use STObject::parseJson to obtain a binary version.
//
#include <vector>
#include <boost/shared_ptr.hpp>