VirtualBox

Changeset 69002 in vbox for trunk/src/VBox/Main/include


Ignore:
Timestamp:
Oct 6, 2017 12:49:53 PM (7 years ago)
Author:
vboxsync
Message:

bugref:8674. Added 2 new events into the Progress - "percentage changed" and "task completed".

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Main/include/ProgressImpl.h

    r67245 r69002  
    2222#include "ProgressWrap.h"
    2323#include "VirtualBoxBase.h"
     24#include "EventImpl.h"
    2425
    2526#include <iprt/semaphore.h>
     
    151152    VirtualBox * const      mParent;
    152153#endif
    153 
     154    const ComObjPtr<EventSource> pEventSource;
    154155    const ComPtr<IUnknown>  mInitiator;
    155156
     
    203204    HRESULT getTimeout(ULONG *aTimeout);
    204205    HRESULT setTimeout(ULONG aTimeout);
     206    HRESULT getEventSource(ComPtr<IEventSource> &aEventSource);
    205207
    206208    // wrapped IProgress methods
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette