Placeholder path method that does nothing since it is never called. @param p_File File path; unused. @return Empty string.
| 60 | // @return Empty string. |
| 61 | // |
| 62 | std::wstring PluginSeparator::GetPath(const std::wstring& /*p_File*/) const |
| 63 | { |
| 64 | return L""; |
| 65 | } |
| 66 | |
| 67 | // |
| 68 | // Checks if this plugin is a separator. In our case, we return true. |
no outgoing calls
no test coverage detected