Ignore:
Timestamp:
Dec 31, 2006, 11:57:31 AM (19 years ago)
Author:
cinc
Message:

Moved all garbage collector includes to a separate include file.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/nom/include/nomtk.h

    r159 r160  
    5757typedef NOM_ENV *PNOM_ENV;
    5858
    59 typedef qsPtrRec_t * HREGDLL;
    60 
    6159/* Redefine SOMFree(), SOMCalloc(), SOMMalloc */
    6260#define SOMFree   NOMFree
     
    7472NOMEXTERN NOMClassMgr * NOMLINK nomEnvironmentNew (void);
    7573NOMEXTERN void NOMLINK dumpClasses(void);
    76 
    77 /* Garbage collector */
    78 NOMEXTERN HREGDLL NOMLINK nomBeginRegisterDLLWithGC(void);
    79 NOMEXTERN void NOMLINK nomEndRegisterDLLWithGC(const HREGDLL hRegisterDLL );
    80 NOMEXTERN BOOL NOMLINK nomRegisterDLLByName(const HREGDLL hRegisterDLL, const char* chrDLLName);
    81 NOMEXTERN void NOMLINK  nomRegisterDataAreaForGC(char* pStart, char* pEnd);
    8274
    8375/* Functions used by nomBuildClass() */
Note: See TracChangeset for help on using the changeset viewer.