Changeset 103 for trunk/desktop/class_c
- Timestamp:
- Nov 25, 2006, 5:48:47 PM (19 years ago)
- Location:
- trunk/desktop/class_c
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/desktop/class_c/wpfolder.c
r102 r103 71 71 nomPrintf(" Entering %s with nomSelf: 0x%x. nomSelf is: %s.\n", 72 72 __FUNCTION__, nomSelf , nomSelf->mtab->nomClassName); 73 } 73 74 75 NOM_Scope void NOMLINK impl_WPFolder_wpOpen(WPFolder* nomSelf, CORBA_Environment *ev) 76 { 77 /* WPFolderData* nomThis=WPFolderGetData(nomSelf); */ 74 78 79 #if 0 80 /* orbit-idl-c-stubs.c, VoyagerWriteProtoForParentCall line 84 */ 81 WPFolder_wpOpen_parent(nomSelf, ev); 82 #endif 75 83 } 76 84 … … 80 88 81 89 82 -
trunk/desktop/class_c/wpobject.c
r102 r103 68 68 69 69 /* orbit-idl-c-stubs.c, VoyagerWriteProtoForParentCall line 84 */ 70 WPObject_nomInit_parent( nomSelf, ev);70 WPObject_nomInit_parent((NOMObject*) nomSelf, ev); 71 71 72 72 nomPrintf(" Entering %s with nomSelf: 0x%x. nomSelf is: %s.\n", … … 98 98 } 99 99 100 NOM_Scope gpointer NOMLINK impl_WPObject_wpOpen(WPObject* nomSelf, const gpointer ptrReserved, const CORBA_unsigned_long ulView, const gpointer ptrParams, CORBA_Environment *ev) 101 { 102 /* WPObjectData* nomThis=WPObjectGetData(nomSelf); */ 103 gpointer nomRetval=NULLHANDLE; 104 105 return nomRetval; 106 }
Note:
See TracChangeset
for help on using the changeset viewer.