Changeset 90828 in vbox for trunk/src/VBox/Main/include/DisplayImpl.h
- Timestamp:
- Aug 24, 2021 9:44:46 AM (4 years ago)
- svn:sync-xref-src-repo-rev:
- 146463
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/include/DisplayImpl.h
r90691 r90828 138 138 public: 139 139 140 DECLARE_ EMPTY_CTOR_DTOR(Display)140 DECLARE_COMMON_CLASS_METHODS(Display) 141 141 142 142 HRESULT FinalConstruct(); … … 457 457 public: 458 458 459 DECLARE_ EMPTY_CTOR_DTOR(DisplaySourceBitmap)459 DECLARE_COMMON_CLASS_METHODS(DisplaySourceBitmap) 460 460 461 461 HRESULT FinalConstruct(); … … 506 506 public: 507 507 508 DECLARE_ EMPTY_CTOR_DTOR(GuestScreenInfo)508 DECLARE_COMMON_CLASS_METHODS(GuestScreenInfo) 509 509 510 510 HRESULT FinalConstruct();
Note:
See TracChangeset
for help on using the changeset viewer.