mirror of
https://github.com/XRPLF/rippled.git
synced 2025-12-06 17:27:55 +00:00
Use provided names for CountedObject instead of typeid()
This commit is contained in:
@@ -24,6 +24,8 @@ class PeerImp : public Peer
|
||||
, public CountedObject <PeerImp>
|
||||
{
|
||||
public:
|
||||
char const* getCountedObjectName () { return "Peer"; }
|
||||
|
||||
PeerImp (boost::asio::io_service & io_service,
|
||||
boost::asio::ssl::context & ctx,
|
||||
uint64 peerId,
|
||||
|
||||
Reference in New Issue
Block a user