Started implementing the API. Necessary changes to the headers.

git-svn-id: file:///srv/svn/repos/haiku/trunk/current@2657 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Ingo Weinhold
2003-02-08 00:39:38 +00:00
parent ae17e5046d
commit bdc2eaf5d8
5 changed files with 54 additions and 17 deletions
+2 -1
View File
@@ -82,7 +82,8 @@ public:
status_t StopWatching(BMessenger target);
private:
int32 fDeviceID; // iteration state
BMessenger fManager;
int32 fCookie;
};
#endif // _DISK_DEVICE_ROSTER_H