Changeset 103977 in vbox for trunk/include/VBox/com
- Timestamp:
- Mar 21, 2024 2:04:52 AM (14 months ago)
- svn:sync-xref-src-repo-rev:
- 162357
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/VBox/com/microatl.h
r99828 r103977 130 130 return _aInterfaces; \ 131 131 } \ 132 virtual ULONG STDMETHODCALLTYPE AddRef(void) throw() = 0; \133 virtual ULONG STDMETHODCALLTYPE Release(void) throw() = 0; \134 STDMETHOD(QueryInterface)(REFIID, void **) throw() = 0;132 virtual ULONG STDMETHODCALLTYPE AddRef(void) throw() RT_OVERRIDE = 0; \ 133 virtual ULONG STDMETHODCALLTYPE Release(void) throw() RT_OVERRIDE = 0; \ 134 STDMETHOD(QueryInterface)(REFIID, void **) throw() RT_OVERRIDE = 0; 135 135 136 136 struct _ATL_OBJMAP_ENTRY
Note:
See TracChangeset
for help on using the changeset viewer.