Changeset 291 for trunk/desktop/class_c


Ignore:
Timestamp:
Apr 1, 2007, 3:50:54 PM (18 years ago)
Author:
cinc
Message:

Migrated to new IDL compiler. Metaclasses are still missing.

Location:
trunk/desktop/class_c
Files:
5 edited

Legend:

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

    r206 r291  
    5858#include "wpnotebook.h"
    5959#include "wpfolder.h"
     60#include "m_wpdatafile.h"
    6061#include "wpdatafile.ih"
    6162
  • trunk/desktop/class_c/wpdrives.c

    r258 r291  
    2323#include "wpnotebook.h"
    2424#include "wpfolderwindow.h"
     25#include "wpfolder.h"
    2526
     27#include "m_wpdrives.ih"
    2628#include "wpdrives.ih"
    2729
  • trunk/desktop/class_c/wpfilesystem.c

    r244 r291  
    5555#include "wpnotebook.h"
    5656#include "wpfolder.h"
     57#include "m_wpfilesystem.h"
    5758#include "wpfilesystem.ih"
    5859
     
    9394  /* We are a folder somwhere in the chain */
    9495  nomRetval=WPFileSystem_wpQueryFileName((WPFileSystem*)wpParent, bFullPath, NULLHANDLE);
     96
    9597  nomPath=NOMPathNew();
    9698  nomPath= (PNOMPath) NOMPath_assignCString(nomPath, _pszFullPath, ev);
  • trunk/desktop/class_c/wpobject.c

    r248 r291  
    5656#include "wpnotebook.h"
    5757#include "wpfolderwindow.h"
     58#include "m_wpfolder.h"
    5859#include "wpfolder.h"
    5960#include "wpobject.ih"
  • trunk/desktop/class_c/wprootfolder.c

    r258 r291  
    2323#include "wpnotebook.h"
    2424#include "wpfolderwindow.h"
     25#include "wpfolder.h"
     26#include "m_wprootfolder.h"
    2527#include "wprootfolder.ih"
    2628
Note: See TracChangeset for help on using the changeset viewer.