Ignore:
Timestamp:
Jan 20, 2007, 11:16:33 PM (19 years ago)
Author:
cinc
Message:

Added code to cope with changed *.ih file format.

File:
1 edited

Legend:

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

    r200 r206  
    4949  gpointer wpclsQueryIcon();
    5050  boolean wpclsSetIcon(in gpointer pNewIcon);
    51   PNOMString wpclsQueryTitle();
     51  string wpclsQueryTitle();
    5252  void wpclsInitData();
    5353  void wpclsUnInitData();
     
    5959  /* Instance variables of this class. Theses are not
    6060     attributes. */
    61   NOMINSTANCEVAR(PNOMString nomStringTitle);
     61  NOMINSTANCEVAR(string nomStringTitle);
    6262};
    6363
Note: See TracChangeset for help on using the changeset viewer.