Bug 1711663 Comment 1 Edit History

Note: The actual edited comment in the bug view page will always show the original commenter’s name and original timestamp.

Currently we have these classes:
template <FileManager> FileInfoT
template <FileManager> FileManagerBase
FileInfo
FileManager
TestFileManager

and these files:
FileInfo.cpp
FileInfoFwd.h
FileInfoT.h
FileInfoTImpl.h
FileManager.h
FileManagerBase.h
TestFileInfo.cpp

I think these classes would be easier to remember and understand:
template FileInfo
template FileInfoManager
DatabaseFileInfo
DatabaseFileManager
TestFileManager

and these files:
FileInfo.h
FileInfoImpl.h
FileInfoManager.h
DatabaseFileInfo.cpp
DatabaseFileInfo.h
DatabaseFileInfoFwd.h
DatabaseFileManager.h
TestFileInfo.cpp
Currently we have these classes:
template <FileManager> FileInfoT
template <FileManager> FileManagerBase
FileInfo
FileManager
TestFileManager

and these files:
FileInfo.cpp
FileInfoFwd.h
FileInfoT.h
FileInfoTImpl.h
FileManager.h
FileManagerBase.h
TestFileInfo.cpp

I think these classes would be easier to remember and understand:
template FileInfo
template FileInfoManager
DatabaseFileInfo
DatabaseFileManager
SimpleFileInfo
SimpleFileManager

and these files:
FileInfo.h
FileInfoImpl.h
FileInfoManager.h
DatabaseFileInfo.cpp
DatabaseFileInfo.h
DatabaseFileInfoFwd.h
DatabaseFileManager.h
TestSimpleFileInfo.cpp

Back to Bug 1711663 Comment 1