* Use new header layout in PathMonitor.h
* Honor 80 char/line limit in PathMonitor.cpp git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@26788 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -18,17 +18,19 @@
|
||||
namespace BPrivate {
|
||||
|
||||
class BPathMonitor {
|
||||
public:
|
||||
static status_t StartWatching(const char* path, uint32 flags, BMessenger target);
|
||||
public:
|
||||
static status_t StartWatching(const char* path, uint32 flags,
|
||||
BMessenger target);
|
||||
|
||||
static status_t StopWatching(const char* path, BMessenger target);
|
||||
static status_t StopWatching(BMessenger target);
|
||||
static status_t StopWatching(const char* path,
|
||||
BMessenger target);
|
||||
static status_t StopWatching(BMessenger target);
|
||||
|
||||
private:
|
||||
BPathMonitor();
|
||||
~BPathMonitor();
|
||||
private:
|
||||
BPathMonitor();
|
||||
~BPathMonitor();
|
||||
|
||||
static status_t _InitIfNeeded();
|
||||
static status_t _InitIfNeeded();
|
||||
};
|
||||
|
||||
} // namespace BPrivate
|
||||
|
||||
Reference in New Issue
Block a user