Merge branch 'master' into ripple

This commit is contained in:
Arthur Britto
2012-09-04 16:16:13 -07:00
44 changed files with 483 additions and 396 deletions

View File

@@ -100,6 +100,7 @@ public:
inline SerializedType* new_clone(const SerializedType& s) { return s.clone().release(); }
inline void delete_clone(const SerializedType* s) { boost::checked_delete(s); }
inline std::ostream& operator<<(std::ostream& out, const SerializedType& t) { return out << t.getFullText(); }
class STUInt8 : public SerializedType
{