Changeset 41288 in vbox
- Timestamp:
- May 14, 2012 3:33:30 PM (13 years ago)
- svn:sync-xref-src-repo-rev:
- 77952
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VBoxBalloonCtrl/VBoxModAPIMonitor.cpp
r41287 r41288 67 67 68 68 /** The VM group(s) the API monitor handles. If none, all VMs get handled. */ 69 static mapGroups g_vecAPIMonGroups; 69 static mapGroups g_vecAPIMonGroups; /** @todo Move this into module payload! */ 70 70 static APIMON_RESPONSE g_enmAPIMonIslnResp = APIMON_RESPONSE_NONE; 71 71 static unsigned long g_ulAPIMonIslnTimeoutMS = 0; … … 247 247 strUuid.raw())); 248 248 249 ComPtr<IProgress> progress;250 249 CHECK_ERROR(console, SaveState(progress.asOutParam())); 251 250 if (FAILED(rc))
Note:
See TracChangeset
for help on using the changeset viewer.