MacFileSystemChangeNotifier
Engine/source/platformMac/macVolume.h
File system change notifications on Mac.
Classes:
Public Types
Protected Functions
bool
This is called so the inherited class can do its own bookkeeping on addNotification()
bool
This is called so the inherited class can do its own bookkeeping on removeNotification()
Public Functions
Detailed Description
File system change notifications on Mac.
Public Types
typedef Torque::FS::FileSystemChangeNotifier Parent
Protected Attributes
Vector< Event * > mEvents
Array of FSEventStream events set up.
Uses pointers to dynamically allocated memory rather than allocating inline with the array to be able to pass around pointers without colliding with array reallocation.
Protected Functions
internalAddNotification(const Torque::Path & dir)
Reimplemented from: Torque::FS::FileSystemChangeNotifier
internalProcessOnce()
Reimplemented from: Torque::FS::FileSystemChangeNotifier
internalRemoveNotification(const Torque::Path & dir)
Reimplemented from: Torque::FS::FileSystemChangeNotifier