Threading support for node deletion.

This commit is contained in:
JoelKatz
2012-08-17 16:18:22 -07:00
parent 50777639fb
commit 6bf10b1082
4 changed files with 50 additions and 8 deletions

View File

@@ -28,7 +28,6 @@ enum SOE_Field
sfAcceptRate,
sfAcceptStart,
sfAccount,
sfAccountID,
sfAmount,
sfAuthorizedKey,
sfBalance,
@@ -162,6 +161,7 @@ public:
SerializedType* getPIndex(int offset) { return &(mData[offset]); }
int getFieldIndex(SOE_Field field) const;
SOE_Field getFieldSType(int index) const;
const SerializedType& peekAtField(SOE_Field field) const;
SerializedType& getField(SOE_Field field);