Copyright Digital Equipment Corp. All rights reserved.

NOINLFUNC

Message        There is no definition for the inline function named
               <name> in this compilation unit.

Description    A function is declared with an __inline or inline
               keyword and is not defined in the compilation unit.

User Action    Either define the function or remove the __inline or
               inline keyword from the declaration.