Changeset 63147 in vbox for trunk/src/VBox/Main/idl
- Timestamp:
- Aug 8, 2016 11:12:33 AM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/idl/apiwrap-server.xsl
r62486 r63147 179 179 <xsl:template match="interface" mode="classfooter"> 180 180 <xsl:param name="addinterfaces"/> 181 <xsl:text>}; 181 <xsl:text> 182 private: 183 DECLARE_CLS_COPY_CTOR_ASSIGN_NOOP(</xsl:text> 184 <xsl:value-of select="concat(substring(@name, 2),'Wrap')"/> 185 <xsl:text>); /* Shuts up MSC warning C4625. */ 186 187 }; 182 188 183 189 </xsl:text> … … 1327 1333 <xsl:text> 1328 1334 #else /* dummy attribute */ 1335 NOREF(aMidlDoesNotLikeEmptyInterfaces); 1329 1336 return E_FAIL; 1330 1337 #endif /* dummy attribute */</xsl:text>
Note:
See TracChangeset
for help on using the changeset viewer.