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/class_c/nomobj.c

    r208 r210  
    5353}
    5454
    55 NOM_Scope void  NOMLINK impl_NOMObject_nomUninit(NOMObject *nomSelf, CORBA_Environment *ev)
     55NOM_Scope void  NOMLINK impl_NOMObject_nomUnInit(NOMObject *nomSelf, CORBA_Environment *ev)
    5656{
    5757  /* NOMObjectData *nomThis = NOMObjectGetData(nomSelf); */
    5858 
    5959  nomPrintf("    Entering %s (%x) with nomSelf: 0x%x. SomSelf is: %s.\n",
    60             __FUNCTION__, impl_NOMObject_nomUninit, nomSelf , nomSelf->mtab->nomClassName);
     60            __FUNCTION__, impl_NOMObject_nomUnInit, nomSelf , nomSelf->mtab->nomClassName);
    6161}
    6262
     
    7878
    7979  /* Give object the chance to free resources */
    80   _nomUninit(nomSelf, NULLHANDLE);
     80  _nomUnInit(nomSelf, NULLHANDLE);
    8181
    8282  /* And now delete the object */
     
    105105{
    106106/* NOMObjectData* nomThis=NOMObjectGetData(nomSelf); */
    107   PNOMObject nomRetval;
    108107  NOMClass* nomCls;
    109108
Note: See TracChangeset for help on using the changeset viewer.