| 836 | } |
| 837 | |
| 838 | const char* getModuleName() const |
| 839 | { |
| 840 | return currentPlugin.hasData() ? currentPlugin->getPluggedModule()->getName() : NULL; |
| 841 | } |
| 842 | |
| 843 | void set(CheckStatusWrapper* status, const char* newName) |
| 844 | { |
nothing calls this directly
no test coverage detected