Changeset 103 for trunk/desktop/class_c/wpobject.c
- Timestamp:
- Nov 25, 2006, 5:48:47 PM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
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.