Changeset 206 for trunk/desktop/idl/m_wpobject.idl
- Timestamp:
- Jan 20, 2007, 11:16:33 PM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/desktop/idl/m_wpobject.idl
r200 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.