| 72 | public: |
| 73 | Adl2Wrapper(); |
| 74 | Adl2Wrapper(const Adl2Wrapper& t) = delete; |
| 75 | Adl2Wrapper& operator=(const Adl2Wrapper& t) = delete; |
| 76 | ~Adl2Wrapper(); |
| 77 | static bool Ok(int sta) noexcept { return sta == ADL_OK; } |
nothing calls this directly
no outgoing calls
no test coverage detected