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