VirtualBox

Changeset 81895 in vbox for trunk/src/VBox/Devices/Samples


Ignore:
Timestamp:
Nov 16, 2019 3:08:31 PM (5 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
134690
Message:

VBoxSampleDevice.cpp: mark new-style. bugref:9218

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Devices/Samples/VBoxSampleDevice.cpp

    r81591 r81895  
    5656static DECLCALLBACK(int) devSampleConstruct(PPDMDEVINS pDevIns, int iInstance, PCFGMNODE pCfg)
    5757{
    58 
    5958    /*
    6059     * Check that the device instance and device helper structures are compatible.
     
    9291    /* .uReserved0 = */             0,
    9392    /* .szName = */                 "sample",
    94     /* .fFlags = */                 PDM_DEVREG_FLAGS_DEFAULT_BITS,
     93    /* .fFlags = */                 PDM_DEVREG_FLAGS_DEFAULT_BITS | PDM_DEVREG_FLAGS_NEW_STYLE,
    9594    /* .fClass = */                 PDM_DEVREG_CLASS_MISC,
    9695    /* .cMaxInstances = */          1,
Note: See TracChangeset for help on using the changeset viewer.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette