VirtualBox

Changeset 14816 in vbox for trunk/include/VBox/VBoxHDD-new.h


Ignore:
Timestamp:
Nov 30, 2008 12:16:42 AM (16 years ago)
Author:
vboxsync
Message:

VBoxHDD-new.h: don't drag in pdm.h when pdmifs.h is sufficient, nasty comments about (still) abusing PFNVMPROGRESS.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/VBox/VBoxHDD-new.h

    r14780 r14816  
    3838#include <VBox/types.h>
    3939#include <VBox/err.h>
    40 /** @todo eliminate this dependency by moving data type definitions to the
    41  * right place. PFNVMPROGRESS and P*PDMMEDIAGEOMETRY are affected. */
    42 #include <VBox/pdm.h>
     40#include <VBox/pdmifs.h>
     41/** @todo remove this dependency, using PFNVMPROGRESS outside VMM is *WRONG*. */
     42#include <VBox/vmapi.h>
    4343
    4444__BEGIN_DECLS
     
    572572    /**
    573573     * Progress notification callbacks.
     574     * @todo r=bird: Why the heck are we using PFNVMPROGRESS here?
    574575     */
    575576    PFNVMPROGRESS   pfnProgress;
Note: See TracChangeset for help on using the changeset viewer.

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