Changeset 206 for trunk/desktop/idl


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

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

Location:
trunk/desktop/idl
Files:
4 edited

Legend:

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

    r200 r206  
    5252  /* Instance variables of this class. Theses are not
    5353     attributes. */
    54   NOMINSTANCEVAR(PNOMString nomStringTitle);
     54  NOMINSTANCEVAR(string nomStringTitle);
    5555};
    5656
  • trunk/desktop/idl/m_wpfilesystem.idl

    r200 r206  
    4848  NOMCLASSVERSION(1, 0);
    4949
     50  string wpclsQueryInstanceFilter();
     51
    5052  /* Methods overriden by this class */
    5153  NOMOVERRIDE(wpclsQueryTitle);
     
    5355  /* Instance variables of this class. Theses are not
    5456     attributes. */
    55   NOMINSTANCEVAR(PNOMString nomStringTitle);
     57  NOMINSTANCEVAR(string nomStringTitle);
    5658};
    5759
  • trunk/desktop/idl/m_wpfolder.idl

    r200 r206  
    5454  /* Instance variables of this class. Theses are not
    5555     attributes. */
    56   NOMINSTANCEVAR(PNOMString nomStringTitle);
     56  NOMINSTANCEVAR(string nomStringTitle);
    5757};
    5858
  • 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.