| 53 | |
| 54 | protected: |
| 55 | InterfaceImpl() { MEMF("InterfaceImpl object created, this: 0x%X", this); } |
| 56 | InterfaceImpl(const char* name) : _name(name) { MEMF("InterfaceImpl object created, this: 0x%X", this); } |
| 57 | public: |
| 58 | virtual ~InterfaceImpl() { MEMF("InterfaceImpl object destroyed, this: 0x%X", this); } |
nothing calls this directly
no outgoing calls
no test coverage detected