source/code/scxsystemlib/disk/diskdepend.cpp (2 lines): - line 949: if (1 == r && 0 != strncmp(data.name, "cd", 2)) // TODO: better way to exclude CD/DVD! - line 955: // TODO: Error handling? source/code/scxsystemlib/disk/statisticaldiskinstance.cpp (1 line): - line 189: m_secPerTransfer = static_cast(m_tTimes.GetDelta(MAX_DISKINSTANCE_DATASAMPER_SAMPLES)) / static_cast(m_transfers.GetDelta(MAX_DISKINSTANCE_DATASAMPER_SAMPLES)) / 1000000.0; // TODO: check this value source/code/scxsystemlib/process/processinstance.cpp (1 line): - line 2655: // TODO: Sloppy - what's involved to change m_params to a std::vector? source/code/scxsystemlib/common/scxsysteminfo.cpp (1 line): - line 629: TODO: Complete implementation for all platforms. Until then, just return unknown. source/code/util/xml/XMLReader.cpp (1 line): - line 759: // TODO: Why is this code here??? source/code/scxsystemlib/os/osinstance.cpp (1 line): - line 1014: * Get Product Type TODO: How to determine the type in future releases?? source/code/scxsystemlib/disk/statisticalphysicaldiskenumeration.cpp (1 line): - line 419: TODO: Document how disks are enumerated on AIX.