| 11 | #include "WindowModificationState.hpp" |
| 12 | |
| 13 | std::shared_ptr<Ndk::State> StateFactory::Get(EventStatus state) |
| 14 | { |
| 15 | return s_states[state]; |
| 16 | } |
| 17 | |
| 18 | std::shared_ptr<Ndk::State> StateFactory::Get(unsigned int state) |
| 19 | { |
no test coverage detected