Changeset 106812 in vbox for trunk/include/VBox/com
- Timestamp:
- Oct 31, 2024 11:24:07 PM (4 months ago)
- svn:sync-xref-src-repo-rev:
- 165713
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/VBox/com/microatl.h
r106061 r106812 1125 1125 }; 1126 1126 1127 template <class T, const IID *piid, const GUID *pLibID, WORD iMajor = 1, WORD iMinor = 0> class ATL_NO_VTABLE IDispatchImpl : public T 1127 template <class T, const IID *piid, const GUID *pLibID, WORD iMajor = 1, WORD iMinor = 0> 1128 class ATL_NO_VTABLE IDispatchImpl : public T 1128 1129 { 1129 1130 public: … … 1156 1157 }; 1157 1158 1158 template <class T, const IID *piid, const GUID *pLibID, WORD iMajor, WORD iMinor> CComTypeInfoHolder IDispatchImpl<T, piid, pLibID, iMajor, iMinor>::tih = { piid, pLibID, iMajor, iMinor, NULL }; 1159 template <class T, const IID *piid, const GUID *pLibID, WORD iMajor, WORD iMinor> 1160 CComTypeInfoHolder IDispatchImpl<T, piid, pLibID, iMajor, iMinor>::tih = { piid, pLibID, iMajor, iMinor, NULL }; 1159 1161 1160 1162
Note:
See TracChangeset
for help on using the changeset viewer.