Changeset 110


Ignore:
Timestamp:
Nov 25, 2006, 9:49:51 PM (19 years ago)
Author:
cinc
Message:

Stub for wpQueryIcon()

Location:
trunk/desktop
Files:
2 edited

Legend:

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

    r109 r110  
    164164}
    165165
     166NOM_Scope gpointer NOMLINK impl_WPObject_wpQueryIcon(WPObject* nomSelf, CORBA_Environment *ev)
     167{
     168/* WPObjectData* nomThis=WPObjectGetData(nomSelf); */
     169
     170  return NULLHANDLE;
     171}
  • trunk/desktop/idl/wpobject.idl

    r109 r110  
    6565  boolean wpUnlockObject();
    6666  boolean wpObjectIsLocked();
     67  gpointer wpQueryIcon();
    6768
    6869  NOMOVERRIDE(nomInit);
Note: See TracChangeset for help on using the changeset viewer.