VirtualBox

Ignore:
Timestamp:
Aug 23, 2013 7:41:13 AM (11 years ago)
Author:
vboxsync
Message:

E_IMPL => VERR_NOT_IMPLEMENTED

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Main/src-server/os2/PerformanceOs2.cpp

    r44529 r48010  
    4040int CollectorOS2::getHostCpuLoad(ULONG *user, ULONG *kernel, ULONG *idle)
    4141{
    42     return E_NOTIMPL;
     42    return VERR_NOT_IMPLEMENTED;
    4343}
    4444
    4545int CollectorOS2::getHostCpuMHz(ULONG *mhz)
    4646{
    47     return E_NOTIMPL;
     47    return VERR_NOT_IMPLEMENTED;
    4848}
    4949
    5050int CollectorOS2::getHostMemoryUsage(ULONG *total, ULONG *used, ULONG *available)
    5151{
    52     return E_NOTIMPL;
     52    return VERR_NOT_IMPLEMENTED;
    5353}
    5454
    5555int CollectorOS2::getProcessCpuLoad(RTPROCESS process, ULONG *user, ULONG *kernel)
    5656{
    57     return E_NOTIMPL;
     57    return VERR_NOT_IMPLEMENTED;
    5858}
    5959
    6060int CollectorOS2::getProcessMemoryUsage(RTPROCESS process, ULONG *used)
    6161{
    62     return E_NOTIMPL;
     62    return VERR_NOT_IMPLEMENTED;
    6363}
    6464
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