Changeset 206 for trunk/desktop/idl
- Timestamp:
- Jan 20, 2007, 11:16:33 PM (19 years ago)
- Location:
- trunk/desktop/idl
- Files:
- 
      - 4 edited
 
 - 
          
  m_wpdatafile.idl (modified) (1 diff)
- 
          
  m_wpfilesystem.idl (modified) (2 diffs)
- 
          
  m_wpfolder.idl (modified) (1 diff)
- 
          
  m_wpobject.idl (modified) (2 diffs)
 
Legend:
- Unmodified
- Added
- Removed
- 
      trunk/desktop/idl/m_wpdatafile.idlr200 r206 52 52 /* Instance variables of this class. Theses are not 53 53 attributes. */ 54 NOMINSTANCEVAR( PNOMString nomStringTitle);54 NOMINSTANCEVAR(string nomStringTitle); 55 55 }; 56 56 
- 
      trunk/desktop/idl/m_wpfilesystem.idlr200 r206 48 48 NOMCLASSVERSION(1, 0); 49 49 50 string wpclsQueryInstanceFilter(); 51 50 52 /* Methods overriden by this class */ 51 53 NOMOVERRIDE(wpclsQueryTitle); … … 53 55 /* Instance variables of this class. Theses are not 54 56 attributes. */ 55 NOMINSTANCEVAR( PNOMString nomStringTitle);57 NOMINSTANCEVAR(string nomStringTitle); 56 58 }; 57 59 
- 
      trunk/desktop/idl/m_wpfolder.idlr200 r206 54 54 /* Instance variables of this class. Theses are not 55 55 attributes. */ 56 NOMINSTANCEVAR( PNOMString nomStringTitle);56 NOMINSTANCEVAR(string nomStringTitle); 57 57 }; 58 58 
- 
      trunk/desktop/idl/m_wpobject.idlr200 r206 49 49 gpointer wpclsQueryIcon(); 50 50 boolean wpclsSetIcon(in gpointer pNewIcon); 51 PNOMString wpclsQueryTitle();51 string wpclsQueryTitle(); 52 52 void wpclsInitData(); 53 53 void wpclsUnInitData(); … … 59 59 /* Instance variables of this class. Theses are not 60 60 attributes. */ 61 NOMINSTANCEVAR( PNOMString nomStringTitle);61 NOMINSTANCEVAR(string nomStringTitle); 62 62 }; 63 63 
  Note:
 See   TracChangeset
 for help on using the changeset viewer.
  
