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

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/desktop/class_c/wpobject.c

    r206 r209  
    135135}
    136136
    137 NOM_Scope void NOMLINK impl_WPObject_nomUninit(WPObject* nomSelf, CORBA_Environment *ev)
     137NOM_Scope void NOMLINK impl_WPObject_nomUnInit(WPObject* nomSelf, CORBA_Environment *ev)
    138138{
    139139  WPObjectData* nomThis=WPObjectGetData(nomSelf);
     
    143143  //g_mutex_free(_gObjectMutex);
    144144  DosCloseMutexSem(_gObjectMutex);
    145   WPObject_nomUninit_parent((NOMObject*)nomSelf, ev);
     145  WPObject_nomUnInit_parent((NOMObject*)nomSelf, ev);
    146146}
    147147
Note: See TracChangeset for help on using the changeset viewer.