Cosmetic.

This commit is contained in:
Arthur Britto
2013-01-12 21:51:57 -08:00
parent a2abddff4f
commit e62aff72cb
7 changed files with 20 additions and 15 deletions

View File

@@ -67,14 +67,11 @@ public:
bool startBlock(int offset);
bool endBlock();
Data::pointer getIntData();
Data::pointer getFloatData();
Data::pointer getUint160Data();
Data::pointer getAcceptData(int index);
Data::pointer getContractData(int index);
};
} // end namespace

View File

@@ -14,3 +14,5 @@ Offer::Offer(SerializedLedgerEntry::pointer ledgerEntry) : AccountItem(ledgerEnt
mTakerPays = mLedgerEntry->getFieldAmount(sfTakerPays);
mSeq = mLedgerEntry->getFieldU32(sfSequence);
}
// vim:ts=4

View File

@@ -1,6 +1,5 @@
#include "AccountItems.h"
class Offer : public AccountItem
{
RippleAddress mAccount;
@@ -21,3 +20,5 @@ public:
int getSeq(){ return(mSeq); }
};
// vim:ts=4

View File

@@ -316,3 +316,5 @@ public:
};
}
// vim:ts=4

View File

@@ -30,6 +30,6 @@ public:
// looks through the best offers to see how much it would cost to take the given amount
STAmount& getTakePrice(STAmount& takeAmount);
};
// vim:ts=4

View File

@@ -1 +1,3 @@
#include "ScriptData.h"
// vim:ts=4

View File

@@ -89,5 +89,6 @@ public:
}
#endif
// vim:ts=4