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

    r207 r209  
    4141#define INCL_DOS
    4242#include <os2.h>
     43
     44#include <nom.h>
     45#include <nomtk.h>
    4346
    4447#include <string.h>
     
    178181}
    179182
    180 
    181 
    182 NOM_Scope void NOMLINK impl_NOMString_nomUninit(NOMString* nomSelf, CORBA_Environment *ev)
     183#if 0
     184NOM_Scope void NOMLINK impl_NOMString_nomUnInit(NOMString* nomSelf, CORBA_Environment *ev)
    183185{
    184186  NOMStringData* nomThis=NOMStringGetData(nomSelf);
     
    187189  g_string_free(_gString, TRUE);
    188190
    189   NOMString_nomUninit_parent((NOMObject*)nomSelf,  ev);
    190 
     191  NOMString_nomUnInit_parent((NOMObject*)nomSelf,  ev);
    191192}
    192 
     193#endif
Note: See TracChangeset for help on using the changeset viewer.