Changeset 29386 in vbox for trunk/src/VBox/Main
- Timestamp:
- May 11, 2010 6:07:09 PM (15 years ago)
- svn:sync-xref-src-repo-rev:
- 61496
- Location:
- trunk/src/VBox/Main
- Files:
-
- 6 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/ConsoleVRDPServer.cpp
r29385 r29386 1 1 /* $Id$ */ 2 3 2 /** @file 4 *5 3 * VBox Console VRDP Helper class 6 4 */ -
trunk/src/VBox/Main/MachineImpl.cpp
r29385 r29386 1 1 /* $Id$ */ 2 3 2 /** @file 4 3 * Implementation of IMachine in VBoxSVC. -
trunk/src/VBox/Main/MediumImpl.cpp
r29336 r29386 1 1 /* $Id$ */ 2 3 2 /** @file 4 *5 3 * VirtualBox COM class implementation 6 4 */ -
trunk/src/VBox/Main/USBDeviceImpl.cpp
r28800 r29386 1 1 /* $Id$ */ 2 3 2 /** @file 4 *5 3 * VirtualBox COM class implementation 6 4 */ -
trunk/src/VBox/Main/include/VirtualBoxBase.h
r29385 r29386 1 1 /** @file 2 *3 2 * VirtualBox COM base classes definition 4 3 */ -
trunk/src/VBox/Main/xml/Settings.cpp
r29385 r29386 1 /* $Id$ */ 1 2 /** @file 2 3 * Settings File Manipulation API.
Note:
See TracChangeset
for help on using the changeset viewer.