2.1 Deprecated headers
Table 1 shows some of the headers that may need to make changes. Although it is still possible to include those deprecated headers in g++ 3, it is strongly recommended that we use the new ones. Hence we switch to the new versions.
Deprecated headers are all located at the path /usr/include/c++/3.3.2/backward (at guitar).
Note that some headers listed in Table reftable:t1 do not belong to that path. This means that both versions should work fine at least in gcc 3.3.2, but still we prefer the new naming convention.
Where does it occur? Almost every header file (*.h) in CorbaFreeDynaMIT; many source files (*.cc and *.y).
Table 1: Deprecated headers and their recommended replacements
How to fix: Replace with the corresponding new headers.