Changeset 102 for trunk/desktop/class_c/wpobject.c
- Timestamp:
- Nov 25, 2006, 5:37:43 PM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/desktop/class_c/wpobject.c
r98 r102 41 41 #include <os2.h> 42 42 43 #include <nom.h> 44 #include <nomtk.h> 45 43 46 #include <string.h> 44 47 #include "wpobject.ih" … … 64 67 /* WPObjectData* nomThis=WPObjectGetData(nomSelf); */ 65 68 66 #if 067 69 /* orbit-idl-c-stubs.c, VoyagerWriteProtoForParentCall line 84 */ 68 70 WPObject_nomInit_parent(nomSelf, ev); 69 #endif 71 72 nomPrintf(" Entering %s with nomSelf: 0x%x. nomSelf is: %s.\n", 73 __FUNCTION__, nomSelf , nomSelf->mtab->nomClassName); 74 75 _wpInitData(nomSelf, ev); 70 76 } 71 77
Note:
See TracChangeset
for help on using the changeset viewer.