mirror of
https://github.com/XRPLF/rippled.git
synced 2025-12-06 17:27:55 +00:00
Remove some shared pointers on load monitors.
This commit is contained in:
@@ -36,7 +36,8 @@ public:
|
||||
class LoadEvent
|
||||
{
|
||||
public:
|
||||
typedef boost::shared_ptr<LoadEvent> pointer;
|
||||
typedef boost::shared_ptr<LoadEvent> pointer;
|
||||
typedef std::auto_ptr<LoadEvent> autoptr;
|
||||
|
||||
protected:
|
||||
LoadMonitor& mMonitor;
|
||||
|
||||
Reference in New Issue
Block a user