Changeset 210 for trunk/nom/class_c/nomobj.c
- Timestamp:
- Jan 21, 2007, 4:58:25 PM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/nom/class_c/nomobj.c
r208 r210 53 53 } 54 54 55 NOM_Scope void NOMLINK impl_NOMObject_nomUn init(NOMObject *nomSelf, CORBA_Environment *ev)55 NOM_Scope void NOMLINK impl_NOMObject_nomUnInit(NOMObject *nomSelf, CORBA_Environment *ev) 56 56 { 57 57 /* NOMObjectData *nomThis = NOMObjectGetData(nomSelf); */ 58 58 59 59 nomPrintf(" Entering %s (%x) with nomSelf: 0x%x. SomSelf is: %s.\n", 60 __FUNCTION__, impl_NOMObject_nomUn init, nomSelf , nomSelf->mtab->nomClassName);60 __FUNCTION__, impl_NOMObject_nomUnInit, nomSelf , nomSelf->mtab->nomClassName); 61 61 } 62 62 … … 78 78 79 79 /* Give object the chance to free resources */ 80 _nomUn init(nomSelf, NULLHANDLE);80 _nomUnInit(nomSelf, NULLHANDLE); 81 81 82 82 /* And now delete the object */ … … 105 105 { 106 106 /* NOMObjectData* nomThis=NOMObjectGetData(nomSelf); */ 107 PNOMObject nomRetval;108 107 NOMClass* nomCls; 109 108
Note:
See TracChangeset
for help on using the changeset viewer.