VirtualBox

Changeset 7829 in vbox


Ignore:
Timestamp:
Apr 9, 2008 12:29:58 PM (17 years ago)
Author:
vboxsync
Message:

comments.

Location:
trunk/src/VBox/Main
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Main/USBControllerImpl.cpp

    r7466 r7829  
    481481/////////////////////////////////////////////////////////////////////////////
    482482
    483 /** 
     483/**
    484484 *  Loads settings from the given machine node.
    485485 *  May be called once right after this object creation.
    486  * 
     486 *
    487487 *  @param aMachineNode <Machine> node.
    488  * 
    489  *  @note Locks this object for writing. 
     488 *
     489 *  @note Locks this object for writing.
    490490 */
    491491HRESULT USBController::loadSettings (const settings::Key &aMachineNode)
     
    509509     * place when a setting of a newly created object must default to A while
    510510     * the same setting of an object loaded from the old settings file must
    511      * default to B. */ 
     511     * default to B. */
    512512
    513513    /* USB Controller node (required) */
     
    557557}
    558558
    559 /** 
     559/**
    560560 *  Saves settings to the given machine node.
    561  * 
     561 *
    562562 *  @param aMachineNode <Machine> node.
    563  * 
     563 *
    564564 *  @note Locks this object for reading.
    565565 */
     
    12451245            continue;
    12461246
    1247 #if !defined (RT_OS_WINDOWS)
    1248         /* these filters are temporarily ignored on Win32 */
     1247# if !defined (RT_OS_WINDOWS)
     1248        /* these filters are 'temporarily' ignored on Win32 */
    12491249        if (!aData.mManufacturer.isMatch (manufacturer))
    12501250            continue;
     
    12551255        if (!aData.mPort.isMatch (port))
    12561256            continue;
    1257 #endif
     1257# endif
    12581258
    12591259#else  /* VBOX_WITH_USBFILTER */
  • trunk/src/VBox/Main/include/USBDeviceFilterImpl.h

    r7207 r7829  
    6565        typedef matching::Matchable
    6666            <matching::ParsedRegexpFilter <ConvForRegexp, false> > BstrFilter;
    67 #endif /* VBOX_WITH_USBFILTER */
     67#endif /* !VBOX_WITH_USBFILTER */
    6868
    6969        typedef matching::Matchable <matching::ParsedBoolFilter> BOOLFilter;
Note: See TracChangeset for help on using the changeset viewer.

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