VirtualBox

Changeset 86057 in vbox for trunk/include/VBox/ExtPack


Ignore:
Timestamp:
Sep 7, 2020 11:15:45 PM (4 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
140271
Message:

OCI: Add ICloudProfileRegisteredEvent and its implementation for OCI.
The events should be autogenerated a-la VBoxEvents, but the first one
is manual to test what we need to generate.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/VBox/ExtPack/ExtPack.h

    r85121 r86057  
    4747VBOXEXTPACK_IF_CS(IVirtualBox);
    4848VBOXEXTPACK_IF_CS(IProgress);
     49VBOXEXTPACK_IF_CS(IEvent);
     50VBOXEXTPACK_IF_CS(IEventSource);
    4951
    5052/**
     
    313315                                                        uint32_t uResultCode));
    314316
     317
     318    DECLR3CALLBACKMEMBER(uint32_t, pfnCreateEvent,(PCVBOXEXTPACKHLP pHlp,
     319                                                   VBOXEXTPACK_IF_CS(IEventSource) *aSource,
     320                                                   /* VBoxEventType_T */ uint32_t aType, bool aWaitable,
     321                                                   VBOXEXTPACK_IF_CS(IEvent) **ppEventOut));
     322
    315323    DECLR3CALLBACKMEMBER(int, pfnReserved1,(PCVBOXEXTPACKHLP pHlp)); /**< Reserved for minor structure revisions. */
    316324    DECLR3CALLBACKMEMBER(int, pfnReserved2,(PCVBOXEXTPACKHLP pHlp)); /**< Reserved for minor structure revisions. */
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