OpenTP1 Version 7 Messages

[Contents][Index][Back][Next]

KFCA25962-W (E)

[ptr] attribute requires [in] attribute.

The [ptr] attribute indicates that the pointer value may become NULL. Since this NULL status must be reported to the server, the [ptr] attribute requires the [in] attribute.
S: Continues syntactic and semantic analyses, without generating stubs.
O: Add the [in] attribute. If the pointer does not become NULL, change the pointer class to reference pointer (ref).