Example #1
0
FileWatcherImpl :: ~FileWatcherImpl() {
    disable();
    inotifytools_cleanup();
}
Example #2
0
void cleanup()
{
    compare(system("rm -rf " TEST_DIR), 0);
    inotifytools_cleanup();
}