BPathMonitor: pass BMessenger by reference

This commit is contained in:
Ingo Weinhold
2013-06-27 21:57:42 +02:00
parent 7b198d812e
commit 38afe232de
2 changed files with 7 additions and 6 deletions
+3 -3
View File
@@ -28,11 +28,11 @@ public:
public:
static status_t StartWatching(const char* path, uint32 flags,
BMessenger target);
const BMessenger& target);
static status_t StopWatching(const char* path,
BMessenger target);
static status_t StopWatching(BMessenger target);
const BMessenger& target);
static status_t StopWatching(const BMessenger& target);
static void SetWatchingInterface(
BWatchingInterface* watchingInterface);