VirtualBox

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


Ignore:
Timestamp:
Jul 22, 2010 5:48:18 PM (15 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
63938
Message:

Main: rename LockForSession() API to LockMachine() and fix parameters; move code from internal open*Session() methods into LockMachine()

File:
1 edited

Legend:

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

    r31008 r31019  
    24972497    {
    24982498        ISession s = getSessionObject();
    2499         m.lockForSession(s, true /* fPermitShared */);
     2499        m.lockMachine(s, LockType.Shared);
    25002500        return s;
    25012501    }
     
    34593459    {
    34603460        ISession s = getSessionObject();
    3461         m.lockForSession(s, true /* fPermitShared */ );
     3461        m.lockMachine(s, LockType.Shared);
    34623462        return s;
    34633463    }
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