Changeset 129 for trunk/foundation/idl


Ignore:
Timestamp:
Dec 1, 2006, 6:12:24 PM (19 years ago)
Author:
cinc
Message:

Added methods to NOMString and NOMPath classes.

Location:
trunk/foundation/idl
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/foundation/idl/nomfilepath.idl

    r128 r129  
    4646
    4747  PNOMPath appendPath(in PNOMPath nomPath);   
    48 
     48  PNOMPath appendSeparator();
     49  PNOMPath stripSeparator();
    4950};
    5051
  • trunk/foundation/idl/nomstring.idl

    r122 r129  
    5454  PNOMString appendCString(in string chrString);   
    5555  PNOMString prependCString(in string chrString);
    56 
    57 
     56  unsigned long length();
     57  PNOMString truncateString(in unsigned long ulNewLen);
    5858  /* Init and uninit the GString */
    5959  NOMOVERRIDE(nomInit);
Note: See TracChangeset for help on using the changeset viewer.