VirtualBox

Changeset 16873 in vbox for trunk/src/VBox/Devices


Ignore:
Timestamp:
Feb 17, 2009 7:07:37 PM (16 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
42982
Message:

Storage/VBoxHDD: eliminate the obsolete "-new" part of the name.

Location:
trunk/src/VBox/Devices
Files:
9 edited
2 moved

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Devices/Makefile.kmk

    r16627 r16873  
    8181endif
    8282VBoxDDU_SOURCES          = \
    83         Storage/VBoxHDD-new.cpp \
     83        Storage/VBoxHDD.cpp \
    8484        Storage/VDIHDDCore.cpp \
    8585        Storage/VHDHDDCore.cpp \
  • trunk/src/VBox/Devices/Storage/DrvVD.cpp

    r15592 r16873  
    2525*******************************************************************************/
    2626#define LOG_GROUP LOG_GROUP_DRV_VD
    27 #include <VBox/VBoxHDD-new.h>
     27#include <VBox/VBoxHDD.h>
    2828#include <VBox/pdmdrv.h>
    2929#include <iprt/alloc.h>
  • trunk/src/VBox/Devices/Storage/RawHDDCore.cpp

    r15366 r16873  
    2424*******************************************************************************/
    2525#define LOG_GROUP LOG_GROUP_VD_RAW
    26 #include "VBoxHDD-newInternal.h"
     26#include "VBoxHDD-Internal.h"
    2727#include <VBox/err.h>
    2828
  • trunk/src/VBox/Devices/Storage/VBoxHDD-Internal.h

    r16822 r16873  
    1919 */
    2020
    21 #ifndef __VBoxHDD_newInternal_h__
     21#ifndef __VBoxHDD_Internal_h__
    2222
    2323
    2424#include <VBox/pdm.h>
    25 #include <VBox/VBoxHDD-new.h>
     25#include <VBox/VBoxHDD.h>
    2626
    2727
  • trunk/src/VBox/Devices/Storage/VBoxHDD.cpp

    r16822 r16873  
    2424*******************************************************************************/
    2525#define LOG_GROUP LOG_GROUP_VD
    26 #include <VBox/VBoxHDD-new.h>
     26#include <VBox/VBoxHDD.h>
    2727#include <VBox/err.h>
    2828#include <VBox/sup.h>
     
    4040#include <iprt/param.h>
    4141
    42 #include "VBoxHDD-newInternal.h"
     42#include "VBoxHDD-Internal.h"
    4343
    4444
  • trunk/src/VBox/Devices/Storage/VDICore.h

    r12639 r16873  
    2929#include <VBox/VBoxHDD.h>
    3030#else /* VBOX_VDICORE_VD */
    31 #include <VBox/VBoxHDD-new.h>
     31#include <VBox/VBoxHDD.h>
    3232#endif /* VBOX_VDICORE_VD */
    3333#include <VBox/pdm.h>
  • trunk/src/VBox/Devices/Storage/VDIHDDCore.cpp

    r15786 r16873  
    2323*******************************************************************************/
    2424#define LOG_GROUP LOG_GROUP_VD_VDI
    25 #include "VBoxHDD-newInternal.h"
     25#include "VBoxHDD-Internal.h"
    2626#define VBOX_VDICORE_VD /* Signal that the header is included from here. */
    2727#include "VDICore.h"
  • trunk/src/VBox/Devices/Storage/VHDHDDCore.cpp

    r15767 r16873  
    2323*******************************************************************************/
    2424#define LOG_GROUP LOG_GROUP_VD_VHD
    25 #include "VBoxHDD-newInternal.h"
     25#include "VBoxHDD-Internal.h"
    2626#include <VBox/err.h>
    2727
  • trunk/src/VBox/Devices/Storage/VmdkHDDCore.cpp

    r16871 r16873  
    2424*******************************************************************************/
    2525#define LOG_GROUP LOG_GROUP_VD_VMDK
    26 #include "VBoxHDD-newInternal.h"
     26#include "VBoxHDD-Internal.h"
    2727#include <VBox/err.h>
    2828
  • trunk/src/VBox/Devices/Storage/testcase/tstVD-2.cpp

    r14970 r16873  
    2121
    2222#include <VBox/err.h>
    23 #include <VBox/VBoxHDD-new.h>
     23#include <VBox/VBoxHDD.h>
    2424#include <iprt/string.h>
    2525#include <iprt/stream.h>
  • trunk/src/VBox/Devices/Storage/testcase/tstVD.cpp

    r15591 r16873  
    2020 */
    2121
    22 #include <VBox/VBoxHDD-new.h>
     22#include <VBox/VBoxHDD.h>
    2323#include <VBox/err.h>
    2424#include <VBox/log.h>
Note: See TracChangeset for help on using the changeset viewer.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette