Changeset 4319 in vbox for trunk/src/VBox
- Timestamp:
- Aug 23, 2007 3:50:32 PM (18 years ago)
- svn:sync-xref-src-repo-rev:
- 23849
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/GuestImpl.cpp
r4318 r4319 200 200 STDMETHODIMP Guest::COMSETTER(StatisticsUpdateInterval) (ULONG aUpdateInterval) 201 201 { 202 /* zero seconds is invalid */203 if (!aUpdateInterval)204 return E_INVALIDARG;205 206 202 AutoCaller autoCaller (this); 207 203 CheckComRCReturnRC (autoCaller.rc());
Note:
See TracChangeset
for help on using the changeset viewer.