Changeset 85299 in vbox
- Timestamp:
- Jul 13, 2020 9:54:05 AM (5 years ago)
- svn:sync-xref-src-repo-rev:
- 139277
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/idl/comimpl.xsl
r85298 r85299 569 569 </xsl:call-template> 570 570 <xsl:value-of select=" ' END_COM_MAP() '" /> 571 <xsl:value-of select="concat(' ',$implName,'() { /*Log(("',$implName,'\n"))*/;} ')" />572 <xsl:value-of select="concat(' virtual ~',$implName,'() { /*Log(("~',$implName,'\n"))*/; uninit(); } ')" />571 <xsl:value-of select="concat(' ',$implName,'() { Log12(("',$implName,' %p\n", this)); } ')" /> 572 <xsl:value-of select="concat(' virtual ~',$implName,'() { Log12(("~',$implName,' %p\n", this)); uninit(); } ')" /> 573 573 <xsl:text><![CDATA[ 574 574 HRESULT FinalConstruct() … … 814 814 815 815 <xsl:text><![CDATA[ 816 #define LOG_GROUP LOG_GROUP_MAIN_EVENT 816 817 #include <VBox/com/array.h> 818 #include <VBox/log.h> 817 819 #include <iprt/asm.h> 818 #include "EventImpl.h"819 820 #include "VBoxEvents.h" 821 820 822 ]]></xsl:text> 821 823
Note:
See TracChangeset
for help on using the changeset viewer.