| 41 | // ========================================================================= |
| 42 | |
| 43 | InterfaceAttr::InterfaceAttr(const std::string &bindInterfaceName) { |
| 44 | bindToInterfaceName(bindInterfaceName); |
| 45 | } |
| 46 | |
| 47 | InterfaceAttr::~InterfaceAttr() {} |
| 48 |
nothing calls this directly
no outgoing calls
no test coverage detected