Changeset 14816 in vbox for trunk/include/VBox/VBoxHDD-new.h
- Timestamp:
- Nov 30, 2008 12:16:42 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/VBox/VBoxHDD-new.h
r14780 r14816 38 38 #include <VBox/types.h> 39 39 #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> 43 43 44 44 __BEGIN_DECLS … … 572 572 /** 573 573 * Progress notification callbacks. 574 * @todo r=bird: Why the heck are we using PFNVMPROGRESS here? 574 575 */ 575 576 PFNVMPROGRESS pfnProgress;
Note:
See TracChangeset
for help on using the changeset viewer.