Ignore:
Timestamp:
Jul 1, 2008, 6:23:14 PM (17 years ago)
Author:
cinc
Message:

Put info for NOM compiler in emitted *.h files.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/idl-compiler/include/parser.h

    r311 r379  
    193193void emitMethodParamsNoTypes(PPARSEINFO pLocalPI, PINTERFACE pif, GPtrArray *pArray);
    194194void emitReturnType(PPARSEINFO pLocalPI, PINTERFACE pif, PMETHOD pm);
     195void emitMethodParamsForNOMCompiler(PPARSEINFO pLocalPI, PINTERFACE pif, GPtrArray *pArray);
     196void emitReturnTypeForNOMCompiler(PPARSEINFO pLocalPI, PINTERFACE pif, PMETHOD pm);
    195197
    196198/* In printdata.c */
Note: See TracChangeset for help on using the changeset viewer.