Changeset 31008 in vbox for trunk/src/libs/xpcom18a4/java
- Timestamp:
- Jul 22, 2010 3:24:27 PM (15 years ago)
- svn:sync-xref-src-repo-rev:
- 63924
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/libs/xpcom18a4/java/src/org/virtualbox/VirtualBoxManager.java
r29230 r31008 106 106 107 107 108 String mid = m.getId();109 108 if (type == null) 110 109 type = "gui"; 111 IProgress p = vbox.openRemoteSession(session, mid, type, "");110 IProgress p = m.openRemoteSession(session, type, ""); 112 111 progressBar(p, timeout); 113 112 session.close();
Note:
See TracChangeset
for help on using the changeset viewer.