Use provided names for CountedObject instead of typeid()

This commit is contained in:
Vinnie Falco
2013-06-26 00:17:09 -07:00
parent 59b2824d46
commit fe15cfbf31
21 changed files with 47 additions and 0 deletions

View File

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