| 167 | } |
| 168 | |
| 169 | virtual std::string Encode(const std::string& sIn, int maxLineLen = -1, int maxLen = -1) |
| 170 | { |
| 171 | ASSERT(false); |
| 172 | return ""; |
| 173 | }; |
| 174 | |
| 175 | virtual std::string GetEncodedWordIdentifier() |
| 176 | { |
nothing calls this directly
no outgoing calls
no test coverage detected