Added BDiskDeviceList as friend.

git-svn-id: file:///srv/svn/repos/haiku/trunk/current@2764 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Ingo Weinhold
2003-02-20 00:22:09 +00:00
parent 4a841e49e7
commit 7685055798
3 changed files with 3 additions and 1 deletions
+1 -1
View File
@@ -7,7 +7,6 @@
#define _DISK_DEVICE_H
#include <DiskDeviceVisitor.h>
#include <Messenger.h>
#include <ObjectList.h>
class BPartition;
@@ -64,6 +63,7 @@ private:
bool _AddSession(BSession *session);
private:
friend class BDiskDeviceList;
friend class BDiskDeviceRoster;
BObjectList<BSession> fSessions;
+1
View File
@@ -79,6 +79,7 @@ private:
void _SetSession(BSession *session);
private:
friend class BDiskDeviceList;
friend class BSession;
BSession *fSession;
+1
View File
@@ -71,6 +71,7 @@ private:
private:
friend class BDiskDevice;
friend class BDiskDeviceList;
BDiskDevice *fDevice;
BObjectList<BPartition> fPartitions;