mirror of
https://github.com/Xahau/xahaud.git
synced 2025-12-06 17:27:52 +00:00
Reformat annotations in preparation for automated extraction
This commit is contained in:
@@ -25,7 +25,7 @@ DEFINE_INSTANCE (HashedObject);
|
||||
@note No checking is performed to make sure the hash matches the data.
|
||||
@see SHAMap
|
||||
*/
|
||||
// VFALCO: TODO, consider making the instance a private member of SHAMap
|
||||
// VFALCO TODO consider making the instance a private member of SHAMap
|
||||
// since its the primary user.
|
||||
//
|
||||
class HashedObject : private IS_INSTANCE (HashedObject)
|
||||
@@ -81,7 +81,7 @@ public:
|
||||
|
||||
/** Retrieve the ledger index in which this object appears.
|
||||
*/
|
||||
// VFALCO: TODO rename to getLedgerIndex or getLedgerId
|
||||
// VFALCO TODO rename to getLedgerIndex or getLedgerId
|
||||
uint32 getIndex () const
|
||||
{
|
||||
return mLedgerIndex;
|
||||
|
||||
Reference in New Issue
Block a user