Ignore:
Timestamp:
Jan 21, 2007, 4:58:25 PM (19 years ago)
Author:
cinc
Message:

Integration of nomUnInit() with the garbage collector using finalizers.

File:
1 edited

Legend:

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

    r185 r210  
    119119}nomMethodThunk;
    120120
     121#define NOM_FLG_IS_METACLASS         0x00000001
     122#define NOM_FLG_NOMUNINIT_OVERRIDEN  0x00000002
     123
    121124/* This structure holds additional informationen about class not to be found in nomMethodTab.
    122125   It holds the default method table of the class and the thunking code necessary to access
     
    130133  gulong        ulPrivClassSize;        /* The size of this private struct including mtab (not pointr but
    131134                                           real filled structure. Do we need this?                         */
    132   gulong        ulIsMetaClass;          /* Set to 1 if this is a metaclass                                 */
     135  // gulong        ulIsMetaClass;          /* Set to 1 if this is a metaclass                                 */
     136  gulong        ulClassFlags;           /* Set to 1 if this is a metaclass                                 */
    133137  nomStaticClassInfo *sci;              /* Class description                                               */
    134138  nomMethodTabList mtabList;            /* The (private) internal list of mtabs we maintain
Note: See TracChangeset for help on using the changeset viewer.