Changeset 176 for trunk/desktop/idl


Ignore:
Timestamp:
Jan 6, 2007, 1:10:17 PM (19 years ago)
Author:
cinc
Message:

Created an include file mess...

Location:
trunk/desktop/idl
Files:
2 edited

Legend:

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

    r167 r176  
    3636#define WPNOTEBOOK_IDL_INCLUDED
    3737
     38#if 0
     39#ifndef WPObject_defined
     40#define WPObject_defined
     41native PWPObject;
     42#endif
     43#endif
     44
     45#include <nomobj.idl>
     46
     47NOMCLASSNAME(WPNoteBook);
     48
     49#include "wpobject.idl"
    3850#include "nomnotebook.idl"
    3951
    40 NOMCLASSNAME(WPNoteBook);
    4152
    4253interface WPNoteBook : NOMWindow
     
    4657  PNOMNoteBook wpQueryNoteBookObject();
    4758  void wpSetNoteBookObject(in PNOMNoteBook nomNBook);
     59  void wpSetWPObject(in PWPObject wpObject);
     60  PWPObject wpQueryWPObject();
    4861
    4962  NOMOVERRIDE(nomInit);
    5063
    5164  NOMINSTANCEVAR(PNOMNoteBook nomNoteBook);
     65  NOMINSTANCEVAR(PWPObject wpObject);
     66
    5267};
    5368
  • trunk/desktop/idl/wpobject.idl

    r175 r176  
    4242#include "nommenu.idl"
    4343#include "nommenuitem.idl"
    44 #include "wpnotebook.idl"
    4544#include "nomwindow.idl"
    4645
     
    5150
    5251NOMCLASSNAME(WPObject);
     52
     53#include "wpnotebook.idl"
    5354
    5455interface WPObject : NOMObject
Note: See TracChangeset for help on using the changeset viewer.