Ignore:
Timestamp:
Jan 17, 2007, 7:33:51 PM (19 years ago)
Author:
cinc
Message:

Class DLLs register themselves with the garbage collector now. Some clean ups.

File:
1 edited

Legend:

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

    r193 r195  
    4848  ULONG cbSize;      /* Size of this struct */
    4949  PVOID pMemPool;    /* Shared memory heap for sub alloc */
    50   HMTX  hmtx;        /* Mutex sem to protect this structure */
     50  HMTX  hmtx_obsolete;  /* Mutex sem to protect this structure -Will go away! */
    5151  ULONG ulNumRegIds; /* Number of registered somIDs */
    5252  NOMClassPriv  *ncpNOMObject;  /* This is for NOMObject*/
Note: See TracChangeset for help on using the changeset viewer.