VirtualBox

Changeset 40715 in vbox for trunk/src/VBox/Main/src-client


Ignore:
Timestamp:
Mar 29, 2012 4:16:00 PM (13 years ago)
Author:
vboxsync
Message:

Build fix

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Main/src-client/ConsoleImpl.cpp

    r40712 r40715  
    51685168                    vrc = PDMR3AsyncCompletionBwMgrSetMaxForFile(ptrVM, Utf8Str(strName).c_str(),
    51695169                                                                 cMax * _1M);
     5170#ifdef VBOX_WITH_NETSHAPER
    51705171                else if (enmType == BandwidthGroupType_Network)
    51715172                    vrc = PDMR3NsBwGroupSetLimit(ptrVM, Utf8Str(strName).c_str(),
     
    51735174                else
    51745175                    rc = E_NOTIMPL;
     5176#endif /* VBOX_WITH_NETSHAPER */
    51755177                AssertRC(vrc);
    51765178            }
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