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

Migrated to new IDL compiler. Metaclasses are still missing.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/desktop/idl/wpobject.idl

    r248 r291  
    4949#include "nomwindow.idl"
    5050
     51#ifdef __NOM_IDL_COMPILER__
     52interface WPFolderWindow;
     53#else
    5154#ifndef WPFLDRWINDOW_IDL_INCLUDED
    5255native PWPFolderWindow;
    5356#endif
    54 
     57#endif
     58
     59#ifdef __NOM_IDL_COMPILER__
     60interface WPFolder;
     61#else
    5562#ifndef WPFOLDER_IDL_INCLUDED
    5663native PWPFolder;
    5764#endif
    58 
     65#endif
     66
     67#ifdef __NOM_IDL_COMPILER__
     68interface WPNoteBook;
     69#else
    5970#if 1
    6071#ifndef WPNOTEBOOK_IDL_INCLUDED
     
    6374#else
    6475#include "wpnotebook.idl"
     76#endif
    6577#endif
    6678
     
    7385interface WPObject : NOMObject
    7486{
     87#ifdef __NOM_IDL_COMPILER__
     88  metaclass=M_WPObject;
     89  filestem=wpobject;
     90#endif
    7591  NOMCLASSVERSION(1, 0);
    7692
Note: See TracChangeset for help on using the changeset viewer.