Removed as of DiskDevice API v2.4

git-svn-id: file:///srv/svn/repos/haiku/trunk/current@3377 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Tyler Dauwalder 2003-05-28 21:49:24 +00:00
parent 9f4ec30369
commit e62a550aa1

View File

@ -1,20 +0,0 @@
//----------------------------------------------------------------------
// This software is part of the OpenBeOS distribution and is covered
// by the OpenBeOS license.
//---------------------------------------------------------------------
#ifndef _PARTITIONABLE_SPACE_H
#define _PARTITIONABLE_SPACE_H
class BPartition;
class BPartitionableSpace {
public:
off_t Offset() const;
off_t Size() const;
int32 Index() const;
BPartition* Parent() const;
};
#endif // _PARTITIONABLE_SPACE_H