critical impact:
Objection class - not supported (CrUn247)
Problem description
The Objection class exists on Tru64 UNIX but not on HP-UX. This functionality will not be ported.
The Objection class on Tru64 UNIX provides a way to implement simple error handling. The Objection package is used to catch run-time errors encountered using classes. Identifiers
 Objection |
 Objection.h |
 objection.hxx |
See also
Solution description
Review your code and remove references to the Objection class.
The standard error handling for C++ is handled by the exception class. You must rewrite any C++ code that uses the Objection class to use the exception class. See also
Problem summary
| classifications |
source types |
OS release |
severity |
type |
| UN |
C++, Make |
any HP-UX 11i version |
critical |
unavailable |
|