Changeset 209 for trunk/desktop/class_c/wpobject.c
- Timestamp:
- Jan 21, 2007, 4:57:47 PM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/desktop/class_c/wpobject.c
r206 r209 135 135 } 136 136 137 NOM_Scope void NOMLINK impl_WPObject_nomUn init(WPObject* nomSelf, CORBA_Environment *ev)137 NOM_Scope void NOMLINK impl_WPObject_nomUnInit(WPObject* nomSelf, CORBA_Environment *ev) 138 138 { 139 139 WPObjectData* nomThis=WPObjectGetData(nomSelf); … … 143 143 //g_mutex_free(_gObjectMutex); 144 144 DosCloseMutexSem(_gObjectMutex); 145 WPObject_nomUn init_parent((NOMObject*)nomSelf, ev);145 WPObject_nomUnInit_parent((NOMObject*)nomSelf, ev); 146 146 } 147 147
Note:
See TracChangeset
for help on using the changeset viewer.