Changeset 10544 in vbox for trunk/src/VBox/Runtime/r3/os2
- Timestamp:
- Jul 11, 2008 6:39:28 PM (17 years ago)
- svn:sync-xref-src-repo-rev:
- 33233
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/r3/os2/system-os2.cpp
r10534 r10544 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.