VirtualBox

Changeset 31070 in vbox for trunk/src/VBox/Main/glue


Ignore:
Timestamp:
Jul 23, 2010 4:00:09 PM (15 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
64005
Message:

Main: rename ISession::close() to ISession::unlockMachine(); API documentation

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Main/glue/glue-java.xsl

    r31019 r31070  
    25042504    {
    25052505          if (s != null)
    2506             s.close();
     2506            s.unlockMachine();
    25072507    }
    25082508
     
    25692569        IProgress p = m.launchVMProcess(session, type, "");
    25702570        progressBar(p, timeout);
    2571         session.close();
     2571        session.unlockMachine();
    25722572        return true;
    25732573    }
     
    30203020    {
    30213021          if (s != null)
    3022             s.close();
     3022          s.unlockMachine();
    30233023    }
    30243024
     
    30683068        IProgress p = vbox.openRemoteSession(session, mid, type, "");
    30693069        progressBar(p, timeout);
    3070         session.close();
     3070        session.unlockMachine();
    30713071        return true;
    30723072    }
     
    34663466    {
    34673467          if (s != null)
    3468             s.close();
     3468            s.unlockMachine();
    34693469    }
    34703470
     
    35133513        IProgress p = m.launchVMProcess(session, type, "");
    35143514        progressBar(p, timeout);
    3515         session.close();
     3515        session.unlockMachine();
    35163516        return true;
    35173517    }
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