Add const restrictions.

This commit is contained in:
Arthur Britto
2012-06-06 01:25:00 -07:00
parent 7d153490ab
commit e204a7dc3d
4 changed files with 14 additions and 11 deletions

View File

@@ -79,7 +79,7 @@ public:
DatabaseCon* getLedgerDB() { return mLedgerDB; }
DatabaseCon* getWalletDB() { return mWalletDB; }
DatabaseCon* getHashNodeDB() { return mHashNodeDB; }
DatabaseCon* getNetNodeDB() { return mNetNodeDB; }
DatabaseCon* getNetNodeDB() { return mNetNodeDB; }
uint256 getNonce256() { return mNonce256; }
std::size_t getNonceST() { return mNonceST; }