Changeset 29863 in vbox for trunk/src/VBox/Main/include
- Timestamp:
- May 28, 2010 1:33:59 PM (15 years ago)
- svn:sync-xref-src-repo-rev:
- 62104
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/include/ProgressImpl.h
r28800 r29863 261 261 const GUID &aIID, 262 262 const Bstr &aComponent, 263 const char *aText, ...); 263 const char *aText, 264 ...); 265 HRESULT notifyCompleteV(HRESULT aResultCode, 266 const GUID &aIID, 267 const Bstr &aComponent, 268 const char *aText, 269 va_list va); 264 270 bool notifyPointOfNoReturn(void); 265 271
Note:
See TracChangeset
for help on using the changeset viewer.