Problem: 1379563
Title: (UStreamable.cp) Un-necessary .h files included
Received: Aug 16 1996 11:11AM
MA_DEFINE_CLASS_MO(); GetClassDescDynamic()->GrtSignature();Is it necessary to include so many .h files? like:
UDebug.h UDependencies.h UFailure.h ....I haven't installed other compilers than CodeWarrior, and CodeWarrior uses precompile header file, so I am not sure that it's necessary for other compilers.
... Virtual IDType GetStandardSignature(); // override ...The comment "// override" should be removed.
The files UStreamable.h/.cp have been reworked, so this is no longer a problem.