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:
@@ -12,7 +12,7 @@ class SerializedValidation
|
||||
, public CountedObject <SerializedValidation>
|
||||
{
|
||||
public:
|
||||
char const* getCountedObjectName () { return "SerializedValidation"; }
|
||||
static char const* getCountedObjectName () { return "SerializedValidation"; }
|
||||
|
||||
typedef boost::shared_ptr<SerializedValidation> pointer;
|
||||
typedef const boost::shared_ptr<SerializedValidation>& ref;
|
||||
|
||||
Reference in New Issue
Block a user