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:
parent
3722e64004
commit
33b9016ddd
@ -18,7 +18,7 @@ Addon <disk_system>intel :
|
||||
IntelDiskSystem.cpp
|
||||
ExtendedPartitionAddOn.cpp
|
||||
PartitionMapAddOn.cpp
|
||||
CreationParameterEditor.cpp
|
||||
PrimaryParameterEditor.cpp
|
||||
|
||||
# kernel sources
|
||||
PartitionMap.cpp
|
||||
@ -29,5 +29,5 @@ Addon <disk_system>intel :
|
||||
DoCatalogs <disk_system>intel :
|
||||
x-vnd.Haiku-IntelDiskAddOn
|
||||
:
|
||||
CreationParameterEditor.cpp
|
||||
PrimaryParameterEditor.cpp
|
||||
;
|
||||
|
@ -4,7 +4,6 @@
|
||||
*/
|
||||
|
||||
|
||||
#include "CreationParameterEditor.h"
|
||||
#include "PartitionMapAddOn.h"
|
||||
|
||||
#include <new>
|
||||
@ -17,6 +16,7 @@
|
||||
#include <AutoDeleter.h>
|
||||
|
||||
#include "IntelDiskSystem.h"
|
||||
#include "PrimaryParameterEditor.h"
|
||||
|
||||
|
||||
//#define TRACE_PARTITION_MAP_ADD_ON
|
||||
|
@ -5,7 +5,7 @@
|
||||
*/
|
||||
|
||||
|
||||
#include "CreationParameterEditor.h"
|
||||
#include "PrimaryParameterEditor.h"
|
||||
|
||||
#include <Catalog.h>
|
||||
#include <DiskDeviceTypes.h>
|
@ -3,8 +3,8 @@
|
||||
* Copyright 2009, Bryce Groff, brycegroff@gmail.com.
|
||||
* Distributed under the terms of the MIT License.
|
||||
*/
|
||||
#ifndef _CREATION_PARAMETER_EDITOR
|
||||
#define _CREATION_PARAMETER_EDITOR
|
||||
#ifndef _PRIMARY_PARAMETER_EDITOR
|
||||
#define _PRIMARY_PARAMETER_EDITOR
|
||||
|
||||
|
||||
#include <PartitionParameterEditor.h>
|
||||
@ -32,4 +32,4 @@ private:
|
||||
};
|
||||
|
||||
|
||||
#endif // _CREATION_PARAMETER_EDITOR
|
||||
#endif // _PRIMARY_PARAMETER_EDITOR
|
Loading…
Reference in New Issue
Block a user