Changeset 29916 in vbox
- Timestamp:
- May 31, 2010 3:26:56 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/include/ProgressImpl.h
r29863 r29916 71 71 STDMETHOD(COMGETTER(ErrorInfo)) (IVirtualBoxErrorInfo **aErrorInfo); 72 72 STDMETHOD(COMGETTER(OperationCount)) (ULONG *aOperationCount); 73 STDMETHOD(COMGETTER(Operation)) (ULONG *a Count);73 STDMETHOD(COMGETTER(Operation)) (ULONG *aOperation); 74 74 STDMETHOD(COMGETTER(OperationDescription)) (BSTR *aOperationDescription); 75 75 STDMETHOD(COMGETTER(OperationPercent)) (ULONG *aOperationPercent);
Note:
See TracChangeset
for help on using the changeset viewer.