intel disk_system: Renamed file to match class name.
* Renamed CreationParameterEditor.(cpp|h) to PrimaryParameterEditor.(cpp|h) as that's what the sole class in there is called.
This commit is contained in:
@@ -18,7 +18,7 @@ Addon <disk_system>intel :
|
|||||||
IntelDiskSystem.cpp
|
IntelDiskSystem.cpp
|
||||||
ExtendedPartitionAddOn.cpp
|
ExtendedPartitionAddOn.cpp
|
||||||
PartitionMapAddOn.cpp
|
PartitionMapAddOn.cpp
|
||||||
CreationParameterEditor.cpp
|
PrimaryParameterEditor.cpp
|
||||||
|
|
||||||
# kernel sources
|
# kernel sources
|
||||||
PartitionMap.cpp
|
PartitionMap.cpp
|
||||||
@@ -29,5 +29,5 @@ Addon <disk_system>intel :
|
|||||||
DoCatalogs <disk_system>intel :
|
DoCatalogs <disk_system>intel :
|
||||||
x-vnd.Haiku-IntelDiskAddOn
|
x-vnd.Haiku-IntelDiskAddOn
|
||||||
:
|
:
|
||||||
CreationParameterEditor.cpp
|
PrimaryParameterEditor.cpp
|
||||||
;
|
;
|
||||||
|
|||||||
@@ -4,7 +4,6 @@
|
|||||||
*/
|
*/
|
||||||
|
|
||||||
|
|
||||||
#include "CreationParameterEditor.h"
|
|
||||||
#include "PartitionMapAddOn.h"
|
#include "PartitionMapAddOn.h"
|
||||||
|
|
||||||
#include <new>
|
#include <new>
|
||||||
@@ -17,6 +16,7 @@
|
|||||||
#include <AutoDeleter.h>
|
#include <AutoDeleter.h>
|
||||||
|
|
||||||
#include "IntelDiskSystem.h"
|
#include "IntelDiskSystem.h"
|
||||||
|
#include "PrimaryParameterEditor.h"
|
||||||
|
|
||||||
|
|
||||||
//#define TRACE_PARTITION_MAP_ADD_ON
|
//#define TRACE_PARTITION_MAP_ADD_ON
|
||||||
|
|||||||
+1
-1
@@ -5,7 +5,7 @@
|
|||||||
*/
|
*/
|
||||||
|
|
||||||
|
|
||||||
#include "CreationParameterEditor.h"
|
#include "PrimaryParameterEditor.h"
|
||||||
|
|
||||||
#include <Catalog.h>
|
#include <Catalog.h>
|
||||||
#include <DiskDeviceTypes.h>
|
#include <DiskDeviceTypes.h>
|
||||||
+3
-3
@@ -3,8 +3,8 @@
|
|||||||
* Copyright 2009, Bryce Groff, brycegroff@gmail.com.
|
* Copyright 2009, Bryce Groff, brycegroff@gmail.com.
|
||||||
* Distributed under the terms of the MIT License.
|
* Distributed under the terms of the MIT License.
|
||||||
*/
|
*/
|
||||||
#ifndef _CREATION_PARAMETER_EDITOR
|
#ifndef _PRIMARY_PARAMETER_EDITOR
|
||||||
#define _CREATION_PARAMETER_EDITOR
|
#define _PRIMARY_PARAMETER_EDITOR
|
||||||
|
|
||||||
|
|
||||||
#include <PartitionParameterEditor.h>
|
#include <PartitionParameterEditor.h>
|
||||||
@@ -32,4 +32,4 @@ private:
|
|||||||
};
|
};
|
||||||
|
|
||||||
|
|
||||||
#endif // _CREATION_PARAMETER_EDITOR
|
#endif // _PRIMARY_PARAMETER_EDITOR
|
||||||
Reference in New Issue
Block a user