Changeset 195 for trunk/nom/include


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.

Location:
trunk/nom/include
Files:
2 edited

Legend:

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

    r193 r195  
    4949#if 0
    5050NOMEXTERN BOOL NOMLINK nomRegisterDLLByHandle(const HREGDLL hRegisterDLL, const gpointer pDLLHandle);
    51 NOMEXTERN BOOL NOMLINK nomQueryIsDLLRegisteredUsingHandle(const gpointer pDLLHandle);
    5251#endif
     52
     53NOMEXTERN BOOL NOMLINK nomQueryUsingNameIsDLLRegistered(const gchar *chrName);
     54
    5355#endif /* NOMGC_H_INCLUDED */
    5456
  • 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.