Ignore:
Timestamp:
Jan 19, 2007, 11:28:11 PM (19 years ago)
Author:
cinc
Message:

Created metaclasses for current set of desktop classes.

File:
1 edited

Legend:

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

    r194 r200  
    6868#include "wpfolderwindow.h"
    6969#include "wpfolder.ih"
     70#include "m_wpfolder.h"
    7071#include "wpdatafile.h"
    7172#include "desktop.h"
     
    425426NOM_Scope gpointer NOMLINK impl_WPFolder_wpQueryIcon(WPFolder* nomSelf, CORBA_Environment *ev)
    426427{
     428
     429  return M_WPFolder_wpclsQueryIcon( _nomGetClass((NOMObject*)nomSelf, NULLHANDLE), NULLHANDLE);
     430
     431#if 0
    427432  static const gchar *gchrIconName=NULLHANDLE;
    428433  static gpointer ptrIcon=NULLHANDLE;
     
    443448
    444449  /*  WPFolder_wpQueryIcon_parent(nomSelf,  ev); */
     450#endif
    445451}
    446452
Note: See TracChangeset for help on using the changeset viewer.