Changeset 67738 in vbox for trunk/src/VBox/Main
- Timestamp:
- Jun 30, 2017 2:49:40 PM (8 years ago)
- svn:sync-xref-src-repo-rev:
- 116604
- Location:
- trunk/src/VBox/Main
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/include/MachineImpl.h
r66925 r67738 41 41 # include "ThreadTask.h" 42 42 #endif 43 #ifdef VBOX_WITH_UNATTENDED44 # include "UnattendedImpl.h"45 #endif46 43 47 44 // generated header … … 82 79 class StorageController; 83 80 class SessionMachine; 81 #ifdef VBOX_WITH_UNATTENDED 82 class Unattended; 83 #endif 84 84 85 85 // Machine class -
trunk/src/VBox/Main/src-server/MachineImpl.cpp
r67730 r67738 44 44 #include "MachineImplCloneVM.h" 45 45 #include "AutostartDb.h" 46 #ifdef VBOX_WITH_UNATTENDED 47 # include "UnattendedImpl.h" 48 #endif 46 49 #include "SystemPropertiesImpl.h" 47 50
Note:
See TracChangeset
for help on using the changeset viewer.