Changeset 30714 in vbox for trunk/src/VBox/Main/include/ProgressCombinedImpl.h
- Timestamp:
- Jul 7, 2010 4:20:03 PM (15 years ago)
- svn:sync-xref-src-repo-rev:
- 63479
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/include/ProgressCombinedImpl.h
r29923 r30714 66 66 */ 67 67 class ATL_NO_VTABLE CombinedProgress : 68 public com::SupportErrorInfoDerived<ProgressBase, CombinedProgress, IProgress>, 68 // public com::SupportErrorInfoDerived<ProgressBase, CombinedProgress, IProgress>, 69 public Progress, 69 70 public VirtualBoxSupportTranslation<CombinedProgress> 70 71 { 71 72 72 73 public: 74 VIRTUALBOXBASE_ADD_ERRORINFO_SUPPORT(CombinedProgress, IProgress) 73 75 74 VIRTUALBOXSUPPORTTRANSLATION_OVERRIDE 76 VIRTUALBOXSUPPORTTRANSLATION_OVERRIDE(CombinedProgress) 75 77 76 DECLARE_NOT_AGGREGATABLE 78 DECLARE_NOT_AGGREGATABLE(CombinedProgress) 77 79 78 80 DECLARE_PROTECT_FINAL_CONSTRUCT() … … 182 184 // public methods only for internal purposes 183 185 184 /** For com::SupportErrorInfoImpl. */185 static const char *ComponentName() { return "CombinedProgress"; }186 187 186 private: 188 187
Note:
See TracChangeset
for help on using the changeset viewer.