Changeset 54791 in vbox for trunk/src/VBox/Main/include
- Timestamp:
- Mar 16, 2015 4:04:03 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/include/MachineImpl.h
r53062 r54791 5 5 6 6 /* 7 * Copyright (C) 2006-201 4Oracle Corporation7 * Copyright (C) 2006-2015 Oracle Corporation 8 8 * 9 9 * This file is part of VirtualBox Open Source Edition (OSE), as … … 99 99 MutableStateDep, 100 100 MutableOrSavedStateDep, 101 OfflineStateDep 101 MutableOrRunningStateDep, 102 MutableOrSavedOrRunningStateDep, 102 103 }; 103 104
Note:
See TracChangeset
for help on using the changeset viewer.