Changeset 51556 in vbox for trunk/src/VBox/Main/include/GuestDnDSourceImpl.h
- Timestamp:
- Jun 5, 2014 2:38:31 PM (11 years ago)
- svn:sync-xref-src-repo-rev:
- 94206
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/include/GuestDnDSourceImpl.h
r51476 r51556 23 23 24 24 class ATL_NO_VTABLE GuestDnDSource : 25 public GuestDnDSourceWrap 25 public GuestDnDSourceWrap, 26 protected GuestDnDBase 26 27 { 27 28 public: … … 39 40 private: 40 41 41 /** Wrapped @name IDnDSource methods. 42 /** Private wrapped @name IDnDBase methods. 43 * @{ */ 44 HRESULT isFormatSupported(const com::Utf8Str &aFormat, BOOL *aSupported); 45 HRESULT getFormats(std::vector<com::Utf8Str> &aFormats); 46 HRESULT addFormats(const std::vector<com::Utf8Str> &aFormats); 47 HRESULT removeFormats(const std::vector<com::Utf8Str> &aFormats); 48 /** @} */ 49 50 /** Private wrapped @name IDnDSource methods. 42 51 * @{ */ 43 52 HRESULT dragIsPending(ULONG uScreenId, std::vector<com::Utf8Str> &aFormats, std::vector<DnDAction_T> &aAllowedActions, DnDAction_T *aDefaultAction);
Note:
See TracChangeset
for help on using the changeset viewer.