This platform-specific code wasn't fully implemented and wasn't
actually needed. There was one call for the log file path and
that has been addressed.
Details
Details
Diff Detail
Diff Detail
Event Timeline
Comment Actions
There is a check on m_strMediumFileDirectory in CMICmnLogMediumFile::FileFormFileNamePath which may needs to be updated. Otherwise looks ok to me.
Comment Actions
Removing an error check that is no longer needed and the corresponding
error message.
A broader cleanup is possible here, but I would rather do that as a
separate commit.
Comment Actions
This seems to have broken 2 tests. I have to step out for about 3 hours, but will fix it when I return.
Comment Actions
The error is not setting m_bInitialized in the Initialize method on the LogMediumFile class.
Will fix when back at computer.