Changeset 209 for trunk/gui/class_c/nommenu.c
- Timestamp:
- Jan 21, 2007, 4:57:47 PM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/gui/class_c/nommenu.c
r207 r209 77 77 78 78 /* orbit-idl-c-stubs.c, cs_output_stub line 347 */ 79 NOM_Scope void NOMLINK impl_NOMMenu_nomUn init(NOMMenu* nomSelf, CORBA_Environment *ev)79 NOM_Scope void NOMLINK impl_NOMMenu_nomUnInit(NOMMenu* nomSelf, CORBA_Environment *ev) 80 80 { 81 81 /* NOMMenuData* nomThis=NOMMenuGetData(nomSelf); */ 82 g_message("%s: empty method. Remove it!", __FUNCTION__); 82 83 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); 87 85 } 88 86
Note:
See TracChangeset
for help on using the changeset viewer.