Use manual method for naming CountedObject classes

This commit is contained in:
Vinnie Falco
2013-06-26 01:10:54 -07:00
parent aa92b9cffe
commit 1dffaf5d57
21 changed files with 23 additions and 35 deletions

View File

@@ -27,7 +27,7 @@ class SerializedLedgerEntry
, public CountedObject <SerializedLedgerEntry>
{
public:
char const* getCountedObjectName () { return "SerializedLedgerEntry"; }
static char const* getCountedObjectName () { return "SerializedLedgerEntry"; }
typedef boost::shared_ptr<SerializedLedgerEntry> pointer;
typedef const boost::shared_ptr<SerializedLedgerEntry>& ref;