Changeset 10534 in vbox for trunk/src/VBox/Runtime/r3/os2
- Timestamp:
- Jul 11, 2008 3:21:53 PM (17 years ago)
- svn:sync-xref-src-repo-rev:
- 33219
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/r3/os2/system-os2.cpp
r10528 r10534 67 67 } 68 68 69 RTDECL(int) RTSystemProcessorGetUsageStats(PRTCPUUSAGESTATS pStats) 70 { 71 /* @todo Implement! */ 72 return VERR_NOT_IMPLEMENTED; 73 } 74 75 RTDECL(int) RTProcessGetProcessorUsageStats(RTPROCESS pid, PRTPROCCPUUSAGESTATS pStats) 76 { 77 /* @todo Implement! */ 78 return VERR_NOT_IMPLEMENTED; 79 } 80
Note:
See TracChangeset
for help on using the changeset viewer.