mirror of
https://github.com/XRPLF/rippled.git
synced 2025-12-06 17:27:55 +00:00
Cleanups and fixes.
This commit is contained in:
@@ -212,11 +212,11 @@ std::string STObject::getFullText() const
|
||||
void STObject::add(Serializer& s) const
|
||||
{
|
||||
addFieldID(s);
|
||||
addRaw(s);
|
||||
addData(s);
|
||||
s.addFieldID(STI_OBJECT, 1);
|
||||
}
|
||||
|
||||
void STObject::addRaw(Serializer& s) const
|
||||
void STObject::addData(Serializer& s) const
|
||||
{ // FIXME: need to add in sorted order
|
||||
BOOST_FOREACH(const SerializedType& it, mData)
|
||||
it.add(s);
|
||||
|
||||
Reference in New Issue
Block a user