Changeset 103 for trunk/desktop/class_c/wpfolder.c
- Timestamp:
- Nov 25, 2006, 5:48:47 PM (19 years ago)
- File:
-
- 1 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
Note:
See TracChangeset
for help on using the changeset viewer.