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:
Axel Dörfler 2013-02-14 14:31:54 +01:00
parent 3722e64004
commit 33b9016ddd
4 changed files with 7 additions and 7 deletions

View File

@ -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
;

View File

@ -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

View File

@ -5,7 +5,7 @@
*/
#include "CreationParameterEditor.h"
#include "PrimaryParameterEditor.h"
#include <Catalog.h>
#include <DiskDeviceTypes.h>

View File

@ -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