Changeset 129 for trunk/foundation/idl
- Timestamp:
- Dec 1, 2006, 6:12:24 PM (19 years ago)
- Location:
- trunk/foundation/idl
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/foundation/idl/nomfilepath.idl
r128 r129 46 46 47 47 PNOMPath appendPath(in PNOMPath nomPath); 48 48 PNOMPath appendSeparator(); 49 PNOMPath stripSeparator(); 49 50 }; 50 51 -
trunk/foundation/idl/nomstring.idl
r122 r129 54 54 PNOMString appendCString(in string chrString); 55 55 PNOMString prependCString(in string chrString); 56 57 56 unsigned long length(); 57 PNOMString truncateString(in unsigned long ulNewLen); 58 58 /* Init and uninit the GString */ 59 59 NOMOVERRIDE(nomInit);
Note:
See TracChangeset
for help on using the changeset viewer.