Changeset 69002 in vbox for trunk/src/VBox/Main/include
- Timestamp:
- Oct 6, 2017 12:49:53 PM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/include/ProgressImpl.h
r67245 r69002 22 22 #include "ProgressWrap.h" 23 23 #include "VirtualBoxBase.h" 24 #include "EventImpl.h" 24 25 25 26 #include <iprt/semaphore.h> … … 151 152 VirtualBox * const mParent; 152 153 #endif 153 154 const ComObjPtr<EventSource> pEventSource; 154 155 const ComPtr<IUnknown> mInitiator; 155 156 … … 203 204 HRESULT getTimeout(ULONG *aTimeout); 204 205 HRESULT setTimeout(ULONG aTimeout); 206 HRESULT getEventSource(ComPtr<IEventSource> &aEventSource); 205 207 206 208 // wrapped IProgress methods
Note:
See TracChangeset
for help on using the changeset viewer.