Torque::FileSystemRedirectChangeNotifier
Public Functions
bool
addNotification(const Path & path, ChangeDelegate callback)
Adds a file change notification.
bool
removeNotification(const Path & path, ChangeDelegate callback)
Removes an existing file change notification.
Protected Functions
bool
internalAddNotification(const Path & dir)
This is called so the inherited class can do its own bookkeeping on addNotification()
bool
internalRemoveNotification(const Path & dir)
This is called so the inherited class can do its own bookkeeping on removeNotification()
Detailed Description
Public Functions
FileSystemRedirectChangeNotifier(FileSystem * fs)
addNotification(const Path & path, ChangeDelegate callback)
Reimplemented from: Torque::FS::FileSystemChangeNotifier
removeNotification(const Path & path, ChangeDelegate callback)
Reimplemented from: Torque::FS::FileSystemChangeNotifier
Protected Functions
internalAddNotification(const Path & dir)
Reimplemented from: Torque::FS::FileSystemChangeNotifier
internalProcessOnce()
Reimplemented from: Torque::FS::FileSystemChangeNotifier
internalRemoveNotification(const Path & dir)
Reimplemented from: Torque::FS::FileSystemChangeNotifier