Changeset 6917 in vbox for trunk/src/VBox/Frontends/VirtualBox/include/VBoxGlobal.h
- Timestamp:
- Feb 12, 2008 9:56:36 AM (17 years ago)
- svn:sync-xref-src-repo-rev:
- 28068
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/include/VBoxGlobal.h
r6904 r6917 415 415 #endif 416 416 417 CSession openSession (const QUuid &id, bool aExisting = false); 417 CSession openSession (const QUuid &aId, bool aExisting = false); 418 419 /** Shortcut to openSession (aId, true). */ 420 CSession openExistingSession (const QUuid &aId) { return openSession (aId, true); } 418 421 419 422 bool startMachine (const QUuid &id);
Note:
See TracChangeset
for help on using the changeset viewer.