Changeset 30477 in vbox for trunk/src/VBox/Main/idl
- Timestamp:
- Jun 28, 2010 4:56:57 PM (15 years ago)
- svn:sync-xref-src-repo-rev:
- 63160
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/idl/autogen.xsl
r30476 r30477 401 401 <xsl:template name="genCommonEventCode"> 402 402 <xsl:text><![CDATA[ 403 void VBoxEventDesc::getEvent(IEvent ** aEvent)404 {405 mEvent.queryInterfaceTo(aEvent);406 }407 403 HRESULT VBoxEventDesc::init(IEventSource* source, VBoxEventType_T aType, ...) 408 404 {
Note:
See TracChangeset
for help on using the changeset viewer.