BWatchingInterface
class BWatchingInterface;
BWatchingInterface* watchingInterface);
class BPathMonitor::BWatchingInterface {
BWatchingInterface();
virtual ~BWatchingInterface();
BPathMonitor::SetWatchingInterface(BWatchingInterface* watchingInterface)
sDefaultWatchingInterface = new(std::nothrow) BWatchingInterface;
BPathMonitor::BWatchingInterface::BWatchingInterface()
BPathMonitor::BWatchingInterface::~BWatchingInterface()
BPathMonitor::BWatchingInterface::WatchNode(const node_ref* node, uint32 flags,
BPathMonitor::BWatchingInterface::WatchNode(const node_ref* node, uint32 flags,
BPathMonitor::BWatchingInterface::StopWatching(const BMessenger& target)
BPathMonitor::BWatchingInterface::StopWatching(const BHandler* handler,
static BPathMonitor::BWatchingInterface* sDefaultWatchingInterface = NULL;
static BPathMonitor::BWatchingInterface* sWatchingInterface = NULL;
class TTracker::WatchingInterface : public BPathMonitor::BWatchingInterface {