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/gui/class_c/nommenu.c

    r207 r209  
    7777
    7878/* orbit-idl-c-stubs.c, cs_output_stub line 347 */
    79 NOM_Scope void NOMLINK impl_NOMMenu_nomUninit(NOMMenu* nomSelf, CORBA_Environment *ev)
     79NOM_Scope void NOMLINK impl_NOMMenu_nomUnInit(NOMMenu* nomSelf, CORBA_Environment *ev)
    8080{
    8181/* NOMMenuData* nomThis=NOMMenuGetData(nomSelf); */
     82  g_message("%s: empty method. Remove it!", __FUNCTION__);
    8283
    83 #if 0
    84   /* orbit-idl-c-stubs.c, VoyagerWriteProtoForParentCall line 119 */
    85   NOMMenu_nomUninit_parent(nomSelf,  ev);
    86 #endif
     84  NOMMenu_nomUnInit_parent(nomSelf,  ev);
    8785}
    8886
Note: See TracChangeset for help on using the changeset viewer.