Move BVolumeRoster docs to Haiku Book.

With this commit every class in the storage kit is now documented
in the Haiku book!

Thanks to Ingo, Axel, Vincent Dominguez, Tyler Dauwalder, and
everyone who helped document these classes.
This commit is contained in:
John Scipione
2013-02-22 18:11:14 -05:00
parent bcd9244e4a
commit 5dd0761042
3 changed files with 155 additions and 93 deletions
+8
View File
@@ -36,8 +36,16 @@ private:
private:
int32 fCookie;
// The iteration cookie for next_dev()
// Initialized to 0
BMessenger* fTarget;
// BMessenger referring to the target to
// which the watching notification
// messages are sent. The object is
// allocated and owned by the roster,
// or NULL if not watching.
uint32 _reserved[3];
// FBC
};