VirtualBox

Changeset 4319 in vbox for trunk/src/VBox


Ignore:
Timestamp:
Aug 23, 2007 3:50:32 PM (18 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
23849
Message:

Zero seconds = turn off

File:
1 edited

Legend:

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

    r4318 r4319  
    200200STDMETHODIMP Guest::COMSETTER(StatisticsUpdateInterval) (ULONG aUpdateInterval)
    201201{
    202     /* zero seconds is invalid */
    203     if (!aUpdateInterval)
    204         return E_INVALIDARG;
    205 
    206202    AutoCaller autoCaller (this);
    207203    CheckComRCReturnRC (autoCaller.rc());
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