VirtualBox

Ignore:
Timestamp:
Feb 12, 2008 9:56:36 AM (17 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
28068
Message:

FE/Qt: Be verbose.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Frontends/VirtualBox/include/VBoxGlobal.h

    r6904 r6917  
    415415#endif
    416416
    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); }
    418421
    419422    bool startMachine (const QUuid &id);
Note: See TracChangeset for help on using the changeset viewer.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette