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:
Ingo Weinhold
2003-02-16 18:03:59 +00:00
parent 285c7c7335
commit e2077e8d4c
3 changed files with 14 additions and 7 deletions
+5 -1
View File
@@ -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