Changeset 31070 in vbox for trunk/src/VBox/Main/glue
- Timestamp:
- Jul 23, 2010 4:00:09 PM (15 years ago)
- svn:sync-xref-src-repo-rev:
- 64005
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/glue/glue-java.xsl
r31019 r31070 2504 2504 { 2505 2505 if (s != null) 2506 s. close();2506 s.unlockMachine(); 2507 2507 } 2508 2508 … … 2569 2569 IProgress p = m.launchVMProcess(session, type, ""); 2570 2570 progressBar(p, timeout); 2571 session. close();2571 session.unlockMachine(); 2572 2572 return true; 2573 2573 } … … 3020 3020 { 3021 3021 if (s != null) 3022 s.close();3022 s.unlockMachine(); 3023 3023 } 3024 3024 … … 3068 3068 IProgress p = vbox.openRemoteSession(session, mid, type, ""); 3069 3069 progressBar(p, timeout); 3070 session. close();3070 session.unlockMachine(); 3071 3071 return true; 3072 3072 } … … 3466 3466 { 3467 3467 if (s != null) 3468 s. close();3468 s.unlockMachine(); 3469 3469 } 3470 3470 … … 3513 3513 IProgress p = m.launchVMProcess(session, type, ""); 3514 3514 progressBar(p, timeout); 3515 session. close();3515 session.unlockMachine(); 3516 3516 return true; 3517 3517 }
Note:
See TracChangeset
for help on using the changeset viewer.