mirror of
https://github.com/Xahau/xahaud.git
synced 2025-12-06 17:27:52 +00:00
Use provided names for CountedObject instead of typeid()
This commit is contained in:
@@ -15,6 +15,9 @@
|
||||
class TransactionEngine
|
||||
: public CountedObject <TransactionEngine>
|
||||
{
|
||||
public:
|
||||
char const* getCountedObjectName () { return "TransactionEngine"; }
|
||||
|
||||
private:
|
||||
LedgerEntrySet mNodes;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user