| 180 | } |
| 181 | |
| 182 | void FileSystemChangeNotifier::stopNotifier() |
| 183 | { |
| 184 | mNotifying = false; |
| 185 | |
| 186 | Process::remove( this, &FileSystemChangeNotifier::process ); |
| 187 | } |
| 188 | |
| 189 | /// Makes sure paths going in and out of the notifier will have the same format |
| 190 | String FileSystemChangeNotifier::cleanPath(const Path& dir) |
no outgoing calls
no test coverage detected