Changeset 164 for trunk/gui/class_c/nommenuitem.c
- Timestamp:
- Jan 3, 2007, 10:02:43 AM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/gui/class_c/nommenuitem.c
r163 r164 71 71 } 72 72 73 NOM_Scope void NOMLINK impl_NOMMenuItem_set MenuItemId(NOMMenuItem* nomSelf, const CORBA_unsigned_long ulMenuItemId, CORBA_Environment *ev)73 NOM_Scope void NOMLINK impl_NOMMenuItem_setId(NOMMenuItem* nomSelf, const CORBA_unsigned_long ulMenuItemId, CORBA_Environment *ev) 74 74 { 75 75 NOMMenuItemData* nomThis=NOMMenuItemGetData(nomSelf); … … 77 77 } 78 78 79 NOM_Scope CORBA_unsigned_long NOMLINK impl_NOMMenuItem_query MenuItemId(NOMMenuItem* nomSelf, CORBA_Environment *ev)79 NOM_Scope CORBA_unsigned_long NOMLINK impl_NOMMenuItem_queryId(NOMMenuItem* nomSelf, CORBA_Environment *ev) 80 80 { 81 81 NOMMenuItemData* nomThis=NOMMenuItemGetData(nomSelf); … … 85 85 86 86 87 NOM_Scope PNOMMenuItem NOMLINK impl_NOMMenuItem_setup MenuItem(NOMMenuItem* nomSelf, const CORBA_char * chrLabel,87 NOM_Scope PNOMMenuItem NOMLINK impl_NOMMenuItem_setup(NOMMenuItem* nomSelf, const CORBA_char * chrLabel, 88 88 const nomId nameSpaceId, const CORBA_unsigned_long ulMenuItemId, 89 89 CORBA_Environment *ev) … … 94 94 95 95 NOMMenuItem_setNameSpaceId(nomSelf, nameSpaceId, ev); 96 NOMMenuItem_set MenuItemId(nomSelf, ulMenuItemId, ev);96 NOMMenuItem_setId(nomSelf, ulMenuItemId, ev); 97 97 98 98 /* Create the label with mnemonic if any */
Note:
See TracChangeset
for help on using the changeset viewer.