OSF DCE Problem Determination Guide

OSF DCE Problem Determination Guide
Action: Add the closing bracket if it is missing, otherwise make sure there are no other
syntax errors.
0x13283049 NIDL_MISSONINTER
Severity: Varies Component: idl
Text: Missing "}" on interface declaration
Explanation: The closing brace on the interface declaration was not found. It may have
been omitted, the nesting of other braces may be incorrect, or some other syntax error
may cause IDL to overlook a brace.
Action: Add the closing brace if missing, otherwise make sure all other braces are
specified in pairs, and there are no other syntax errors.
0x1328304c NIDL_MISSONOP
Severity: Varies Component: idl
Text: Missing result type on operation declaration
Explanation: No data type was found for the result of an operation while processing what
appeared to be an operation declaration. All operations must have an explicit result type.
Action: If the result type of an operation is omitted, explicitly specify it. If no result is
returned from the operation, specify <kw>(void) as the result type. This error can also
occur due to a previous syntax error.
0x1328304d NIDL_MISSONPARAM
Severity: Varies Component: idl
Text: Missing type on parameter declaration
Explanation: No data type is found for the parameter.
Action: If the parameter type is omitted, explicitly specify it. This error can also occur
due to a previous syntax error.
0x1328301f NIDL_MISSPTRCLASS
Severity: Varies Component: idl
Text: Warning: Missing pointer class for %1$s; [ptr], [ref], or [unique] required
Explanation: A pointer declaration does not have pointer class attribute and no
<kw>([pointer_default]) attribute was specified on the interface.
Action: All pointers must have one of the pointer class attributes: <kw>([ptr]),
<kw>([ref]), or <kw>([unique]). Either add one of these attributes at the location of the
pointer declaration, or add the <kw>([pointer_default]) attribute to the interface to
specify the class to be used as the default for the module.
0x13283020 NIDL_MIXEDARRATTR
2 434 Tandem Computers Incorporated 124330