Changeset 189 for trunk/desktop/idl


Ignore:
Timestamp:
Jan 14, 2007, 10:21:52 AM (19 years ago)
Author:
cinc
Message:

Code and IDL file cleanups.

Location:
trunk/desktop/idl
Files:
4 edited

Legend:

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

    r188 r189  
    4242#include "wpfilesystem.idl"
    4343#include "nomfilepath.idl"
    44 /*#include "nomfolderwindow.idl"*/
    45 
    46 #ifndef WPFolderWindow_defined
    47 #define WPFolderWindow_defined
    48 native PWPFolderWindow;
    49 #endif
    50 
    51 //NOMCLASSNAME(WPFolder);
    5244
    5345interface WPFolder : WPFileSystem
  • trunk/desktop/idl/wpnotebook.idl

    r188 r189  
    4747NOMCLASSNAME(WPNoteBook);
    4848
    49 //#include "wpobject.idl"
    5049#include "wpwindow.idl"
    5150#include "nomnotebook.idl"
     
    5756  PNOMNoteBook wpQueryNoteBookObject();
    5857  void wpSetNoteBookObject(in PNOMNoteBook nomNBook);
    59   //void wpSetWPObject(in PWPObject wpObject);
    60   //PWPObject wpQueryWPObject();
    6158
    6259  NOMOVERRIDE(nomInit);
    6360
    6461  NOMINSTANCEVAR(PNOMNoteBook nomNoteBook);
     62
    6563  NOMINSTANCEVAR(PWPObject wpObject);
    6664
  • trunk/desktop/idl/wpobject.idl

    r188 r189  
    3333* ***** END LICENSE BLOCK ***** */
    3434
    35 #ifndef wpobject_idl
    36 #define wpobject_idl
     35#ifndef WPOBJECT_IDL_INCLUDED
     36#define WPOBJECT_IDL_INCLUDED
    3737
    3838#include <nomobj.idl>
     
    4646#include "nomwindow.idl"
    4747
    48 #if 0
    49 #ifndef WPFolderWindow_defined
    50 #define WPFolderWindow_defined
    51 native PWPFolderWindow;
    52 #endif
    53 #endif
    54 
    5548#ifndef WPFLDRWINDOW_IDL_INCLUDED
    5649native PWPFolderWindow;
    57 #endif
    58 
    59 #if 0
    60 #ifndef WPFolder_defined
    61 #define WPFolder_defined
    62 native PWPFolder;
    63 #endif
    6450#endif
    6551
     
    6854#endif
    6955
    70 #if 0
     56#if 1
    7157#ifndef WPNOTEBOOK_IDL_INCLUDED
    7258native PWPNoteBook;
    7359#endif
     60#else
     61#include "wpnotebook.idl"
    7462#endif
    75 //NOMCLASSNAME(WPObject);
    76 
    77 #include "wpnotebook.idl"
    7863
    7964interface WPObject : NOMObject
     
    142127};
    143128
    144 #endif
     129#endif /* WPOBJECT_IDL_INCLUDED */
    145130
    146131
  • trunk/desktop/idl/wpwindow.idl

    r178 r189  
    4444
    4545#include <nomobj.idl>
     46#include "nomwindow.idl"
    4647
    4748NOMCLASSNAME(WPWindow);
    4849
     50#if 1
     51#ifndef WPOBJECT_IDL_INCLUDED
     52native PWPObject;
     53#endif
     54#else
    4955#include "wpobject.idl"
     56#endif
    5057
    5158interface WPWindow : NOMWindow
Note: See TracChangeset for help on using the changeset viewer.