Ignore:
Timestamp:
Nov 25, 2006, 5:48:47 PM (19 years ago)
Author:
cinc
Message:

Added wpOpen() ,ethod stubs

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/desktop/class_c/wpfolder.c

    r102 r103  
    7171  nomPrintf("    Entering %s with nomSelf: 0x%x. nomSelf is: %s.\n",
    7272            __FUNCTION__, nomSelf , nomSelf->mtab->nomClassName);
     73}
    7374
     75NOM_Scope void NOMLINK impl_WPFolder_wpOpen(WPFolder* nomSelf, CORBA_Environment *ev)
     76{
     77/* WPFolderData* nomThis=WPFolderGetData(nomSelf); */
    7478
     79#if 0
     80  /* orbit-idl-c-stubs.c, VoyagerWriteProtoForParentCall line 84 */
     81  WPFolder_wpOpen_parent(nomSelf,  ev);
     82#endif
    7583}
    7684
     
    8088
    8189
    82 
Note: See TracChangeset for help on using the changeset viewer.