mirror of
https://github.com/XRPLF/rippled.git
synced 2025-12-06 17:27:55 +00:00
Use manual method for naming CountedObject classes
This commit is contained in:
@@ -24,7 +24,7 @@ class WSConnection
|
||||
, public CountedObject <WSConnection <endpoint_type> >
|
||||
{
|
||||
public:
|
||||
char const* getCountedObjectName () { return "WSConnection"; }
|
||||
static char const* getCountedObjectName () { return "WSConnection"; }
|
||||
|
||||
typedef typename endpoint_type::connection_type connection;
|
||||
typedef typename boost::shared_ptr<connection> connection_ptr;
|
||||
|
||||
Reference in New Issue
Block a user