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/wpobject.c

    r102 r103  
    6868
    6969  /* orbit-idl-c-stubs.c, VoyagerWriteProtoForParentCall line 84 */
    70   WPObject_nomInit_parent(nomSelf,  ev);
     70  WPObject_nomInit_parent((NOMObject*) nomSelf,  ev);
    7171
    7272  nomPrintf("    Entering %s with nomSelf: 0x%x. nomSelf is: %s.\n",
     
    9898}
    9999
     100NOM_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.