mirror of
https://github.com/XRPLF/rippled.git
synced 2025-12-06 17:27:55 +00:00
Replace InstanceCounter with CountedObject
This commit is contained in:
@@ -7,14 +7,12 @@
|
||||
#ifndef RIPPLE_TRANSACTIONACQUIRE_H
|
||||
#define RIPPLE_TRANSACTIONACQUIRE_H
|
||||
|
||||
DEFINE_INSTANCE (TransactionAcquire);
|
||||
|
||||
// VFALCO TODO rename to PeerTxRequest
|
||||
// A transaction set we are trying to acquire
|
||||
class TransactionAcquire
|
||||
: private IS_INSTANCE (TransactionAcquire)
|
||||
, public PeerSet
|
||||
: public PeerSet
|
||||
, public boost::enable_shared_from_this <TransactionAcquire>
|
||||
, public CountedObject <TransactionAcquire>
|
||||
{
|
||||
public:
|
||||
typedef boost::shared_ptr<TransactionAcquire> pointer;
|
||||
|
||||
Reference in New Issue
Block a user