UDF -> Udf namespace change
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@3831 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
parent
7e57ce9132
commit
f0f808aff1
@ -1,6 +1,6 @@
|
||||
#include "PartitionMap.h"
|
||||
|
||||
using namespace UDF;
|
||||
using namespace Udf;
|
||||
|
||||
/*! \brief Initializes the empty partition map.
|
||||
*/
|
||||
|
@ -16,7 +16,7 @@
|
||||
|
||||
#include "SLList.h"
|
||||
|
||||
namespace UDF {
|
||||
namespace Udf {
|
||||
|
||||
class PartitionMap {
|
||||
public:
|
||||
@ -28,10 +28,10 @@ public:
|
||||
|
||||
void dump();
|
||||
private:
|
||||
SLList<UDF::udf_partition_descriptor> fList;
|
||||
SLList<Udf::udf_partition_descriptor> fList;
|
||||
uint32 fCount;
|
||||
};
|
||||
|
||||
}; // namespace UDF
|
||||
}; // namespace Udf
|
||||
|
||||
#endif // _UDF_PARTITION_MAP_H
|
||||
|
Loading…
Reference in New Issue
Block a user