Changeset 209 for trunk/foundation/class_c/nomstring.c
- Timestamp:
- Jan 21, 2007, 4:57:47 PM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/foundation/class_c/nomstring.c
r207 r209 41 41 #define INCL_DOS 42 42 #include <os2.h> 43 44 #include <nom.h> 45 #include <nomtk.h> 43 46 44 47 #include <string.h> … … 178 181 } 179 182 180 181 182 NOM_Scope void NOMLINK impl_NOMString_nomUninit(NOMString* nomSelf, CORBA_Environment *ev) 183 #if 0 184 NOM_Scope void NOMLINK impl_NOMString_nomUnInit(NOMString* nomSelf, CORBA_Environment *ev) 183 185 { 184 186 NOMStringData* nomThis=NOMStringGetData(nomSelf); … … 187 189 g_string_free(_gString, TRUE); 188 190 189 NOMString_nomUninit_parent((NOMObject*)nomSelf, ev); 190 191 NOMString_nomUnInit_parent((NOMObject*)nomSelf, ev); 191 192 } 192 193 #endif
Note:
See TracChangeset
for help on using the changeset viewer.