VirtualBox

Changeset 30393 in vbox for trunk/src/VBox/Main/idl


Ignore:
Timestamp:
Jun 23, 2010 2:07:46 PM (15 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
63010
Message:

Main, glue: webservice events

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Main/idl/VirtualBox.xidl

    r30381 r30393  
    124124#define NS_IMPL_THREADSAFE_QUERY_INTERFACE2_CI  NS_IMPL_QUERY_INTERFACE2_CI
    125125#define NS_IMPL_THREADSAFE_QUERY_INTERFACE3_CI  NS_IMPL_QUERY_INTERFACE3_CI
     126#define NS_IMPL_THREADSAFE_QUERY_INTERFACE4_CI  NS_IMPL_QUERY_INTERFACE4_CI
     127
    126128
    127129#ifndef NS_IMPL_THREADSAFE_ISUPPORTS1_CI
     
    147149   NS_IMPL_THREADSAFE_QUERY_INTERFACE3_CI(_class, _i1, _i2, _i3)              \
    148150   NS_IMPL_CI_INTERFACE_GETTER3(_class, _i1, _i2, _i3)
     151#endif
     152
     153#ifndef NS_IMPL_THREADSAFE_ISUPPORTS4_CI
     154# define NS_IMPL_THREADSAFE_ISUPPORTS4_CI(_class, _i1, _i2, _i3, _i4)         \
     155   NS_IMPL_THREADSAFE_ADDREF(_class)                                          \
     156   NS_IMPL_THREADSAFE_RELEASE(_class)                                         \
     157   NS_IMPL_THREADSAFE_QUERY_INTERFACE4_CI(_class, _i1, _i2, _i3, _i4)         \
     158   NS_IMPL_CI_INTERFACE_GETTER4(_class, _i1, _i2, _i3, _i4)
    149159#endif
    150160
Note: See TracChangeset for help on using the changeset viewer.

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