Minor changes. Moved the functionality for getting a messenger targeting the DiskDeviceManager in the registrar into the private support files.
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@2722 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -9,6 +9,8 @@
|
||||
#include <DiskDeviceVisitor.h>
|
||||
#include <SupportDefs.h>
|
||||
|
||||
class BMessenger;
|
||||
|
||||
namespace BPrivate {
|
||||
|
||||
// PartitionFilter
|
||||
@@ -45,11 +47,13 @@ private:
|
||||
int32 fID;
|
||||
};
|
||||
|
||||
status_t get_disk_device_messenger(BMessenger *messenger);
|
||||
|
||||
} // namespace BPrivate
|
||||
|
||||
using BPrivate::PartitionFilter;
|
||||
using BPrivate::PartitionFilterVisitor;
|
||||
using BPrivate::IDFinderVisitor;
|
||||
|
||||
using BPrivate::get_disk_device_messenger;
|
||||
|
||||
#endif // _DISK_DEVICE_PRIVATE_H
|
||||
|
||||
Reference in New Issue
Block a user