Changeset 62635 in vbox for trunk/src/VBox/Runtime/r3/xml.cpp
- Timestamp:
- Jul 28, 2016 4:42:06 PM (9 years ago)
- svn:sync-xref-src-repo-rev:
- 109208
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/r3/xml.cpp
r62566 r62635 1839 1839 error = x.what(); 1840 1840 } 1841 1842 private: 1843 DECLARE_CLS_COPY_CTOR_ASSIGN_NOOP(IOContext) /* (shuts up C4626 and C4625 MSC warnings) */ 1841 1844 }; 1842 1845 … … 1847 1850 { 1848 1851 } 1852 1853 private: 1854 DECLARE_CLS_COPY_CTOR_ASSIGN_NOOP(ReadContext) /* (shuts up C4626 and C4625 MSC warnings) */ 1849 1855 }; 1850 1856 … … 1855 1861 { 1856 1862 } 1863 1864 private: 1865 DECLARE_CLS_COPY_CTOR_ASSIGN_NOOP(WriteContext) /* (shuts up C4626 and C4625 MSC warnings) */ 1857 1866 }; 1858 1867
Note:
See TracChangeset
for help on using the changeset viewer.