#include <Standard.hxx>#include <Standard_DefineHandle.hxx>#include <Standard_DefineException.hxx>#include <Standard_SStream.hxx>#include <Standard_LicenseError.hxx>#include <Standard_Failure.hxx>#include <Handle_Standard_LicenseError.hxx>#include <Handle_Standard_LicenseNotFound.hxx>Defines | |
| #define | Standard_LicenseNotFound_Raise_if(CONDITION, MESSAGE) if (CONDITION) Standard_LicenseNotFound::Raise(MESSAGE); |
| #define Standard_LicenseNotFound_Raise_if | ( | CONDITION, | |||
| MESSAGE | ) | if (CONDITION) Standard_LicenseNotFound::Raise(MESSAGE); |
1.6.3