Changeset 86530 in vbox for trunk/src/VBox/Main/include
- Timestamp:
- Oct 11, 2020 6:53:11 PM (4 years ago)
- Location:
- trunk/src/VBox/Main/include
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/include/GuestDnDPrivate.h
r85746 r86530 930 930 /** @} */ 931 931 932 /** @name Source / target management. */ 932 /** @name Source / target management. 933 * @{ */ 933 934 int registerSource(const ComObjPtr<GuestDnDSource> &Source); 934 935 int unregisterSource(const ComObjPtr<GuestDnDSource> &Source); -
trunk/src/VBox/Main/include/HostUpdateImpl.h
r85737 r86530 41 41 private: 42 42 /** @name wrapped IHostUpdate attributes and methods 43 * @ */43 * @{ */ 44 44 HRESULT updateCheck(UpdateCheckType_T aCheckType, ComPtr<IProgress> &aProgress) RT_OVERRIDE; 45 45 HRESULT getUpdateResponse(BOOL *aUpdateNeeded) RT_OVERRIDE; … … 59 59 60 60 /** @name Data members. 61 * @{ 61 * @{ */ 62 62 VirtualBox * const mVirtualBox; 63 63 BOOL m_updateNeeded;
Note:
See TracChangeset
for help on using the changeset viewer.