Changeset 10528 in vbox for trunk/src/VBox/Runtime/r3/win
- Timestamp:
- Jul 11, 2008 2:27:01 PM (17 years ago)
- svn:sync-xref-src-repo-rev:
- 33212
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/r3/win/system-win.cpp
r9906 r10528 62 62 } 63 63 64 RTDECL(int) RTSystemProcessorGetUsageStats(PRTCPUUSAGESTATS pStats)65 {66 /* @todo Implement! */67 return VERR_NOT_IMPLEMENTED;68 }69 70 RTDECL(int) RTProcessGetProcessorUsageStats(RTPROCESS pid, PRTPROCCPUUSAGESTATS pStats)71 {72 /* @todo Implement! */73 return VERR_NOT_IMPLEMENTED;74 }75
Note:
See TracChangeset
for help on using the changeset viewer.