| 371 | class Object { |
| 372 | public: |
| 373 | Object(const Bytes& raw) : _raw(raw) { MEMF("Packet::Data object created from raw, this: %p", (void*)this); } |
| 374 | Object(const Destination& destination, const Interface& attached_interface) : _destination(destination), _attached_interface(attached_interface) { MEMF("Packet::Data object created, this: %p", (void*)this); } |
| 375 | // CBA LINK |
| 376 | //Object(const Destination& destination, const Link& destination_link) : _destination(destination), _destination_link(destination_link) { MEMF("Packet::Data object created, this: %p", (void*)this); } |
nothing calls this directly
no outgoing calls
no test coverage detected