Changeset 200 for trunk/desktop/class_c/wpfolder.c
- Timestamp:
- Jan 19, 2007, 11:28:11 PM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/desktop/class_c/wpfolder.c
r194 r200 68 68 #include "wpfolderwindow.h" 69 69 #include "wpfolder.ih" 70 #include "m_wpfolder.h" 70 71 #include "wpdatafile.h" 71 72 #include "desktop.h" … … 425 426 NOM_Scope gpointer NOMLINK impl_WPFolder_wpQueryIcon(WPFolder* nomSelf, CORBA_Environment *ev) 426 427 { 428 429 return M_WPFolder_wpclsQueryIcon( _nomGetClass((NOMObject*)nomSelf, NULLHANDLE), NULLHANDLE); 430 431 #if 0 427 432 static const gchar *gchrIconName=NULLHANDLE; 428 433 static gpointer ptrIcon=NULLHANDLE; … … 443 448 444 449 /* WPFolder_wpQueryIcon_parent(nomSelf, ev); */ 450 #endif 445 451 } 446 452
Note:
See TracChangeset
for help on using the changeset viewer.