mirror of
https://github.com/Xahau/xahaud.git
synced 2025-12-06 17:27:52 +00:00
Replace InstanceCounter with CountedObject
This commit is contained in:
@@ -7,11 +7,9 @@
|
||||
#ifndef RIPPLE_SERIALIZEDVALIDATION_H
|
||||
#define RIPPLE_SERIALIZEDVALIDATION_H
|
||||
|
||||
DEFINE_INSTANCE (SerializedValidation);
|
||||
|
||||
class SerializedValidation
|
||||
: public STObject
|
||||
, private IS_INSTANCE (SerializedValidation)
|
||||
, public CountedObject <SerializedValidation>
|
||||
{
|
||||
public:
|
||||
typedef boost::shared_ptr<SerializedValidation> pointer;
|
||||
|
||||
Reference in New Issue
Block a user