mirror of
https://github.com/Xahau/xahaud.git
synced 2025-12-06 17:27:52 +00:00
Use manual method for naming CountedObject classes
This commit is contained in:
@@ -21,7 +21,7 @@ class SerializedTransaction
|
||||
, public CountedObject <SerializedTransaction>
|
||||
{
|
||||
public:
|
||||
char const* getCountedObjectName () { return "SerializedTransaction"; }
|
||||
static char const* getCountedObjectName () { return "SerializedTransaction"; }
|
||||
|
||||
typedef boost::shared_ptr<SerializedTransaction> pointer;
|
||||
typedef const boost::shared_ptr<SerializedTransaction>& ref;
|
||||
|
||||
Reference in New Issue
Block a user