| 141 | } |
| 142 | |
| 143 | BufferedConnection::BufferedConnection(Reference<IConnection> connection) |
| 144 | : self(new BufferedConnectionData(connection)) {} |
| 145 | |
| 146 | BufferedConnection::~BufferedConnection() { |
| 147 | delete self; |
nothing calls this directly
no outgoing calls
no test coverage detected