| 1367 | } |
| 1368 | |
| 1369 | bool CLocalExtension::IsSameFile(const char *file) |
| 1370 | { |
| 1371 | /* Only care about the shortened name. */ |
| 1372 | return strcmp(file, m_File.c_str()) == 0; |
| 1373 | } |
| 1374 | |
| 1375 | bool CRemoteExtension::IsSameFile(const char *file) |
| 1376 | { |
no test coverage detected