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

Created an include file mess...

File:
1 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
Note: See TracChangeset for help on using the changeset viewer.