Changeset 31019 in vbox for trunk/src/VBox/Main/glue
- Timestamp:
- Jul 22, 2010 5:48:18 PM (15 years ago)
- svn:sync-xref-src-repo-rev:
- 63938
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/glue/glue-java.xsl
r31008 r31019 2497 2497 { 2498 2498 ISession s = getSessionObject(); 2499 m.lock ForSession(s, true /* fPermitShared */);2499 m.lockMachine(s, LockType.Shared); 2500 2500 return s; 2501 2501 } … … 3459 3459 { 3460 3460 ISession s = getSessionObject(); 3461 m.lock ForSession(s, true /* fPermitShared */);3461 m.lockMachine(s, LockType.Shared); 3462 3462 return s; 3463 3463 }
Note:
See TracChangeset
for help on using the changeset viewer.