Ignore:
Timestamp:
Nov 30, 2006, 7:03:31 PM (19 years ago)
Author:
cinc
Message:

Renamed NOMFilePath class to NOMPath.

File:
1 edited

Legend:

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

    r123 r128  
    3333* ***** END LICENSE BLOCK ***** */
    3434
    35 #ifndef NOMFILEPATH_IDL_INCLUDED
    36 #define NOMFILEPATH_IDL_INCLUDED
     35#ifndef NOMPATH_IDL_INCLUDED
     36#define NOMPATH_IDL_INCLUDED
    3737
    3838#include "nomstring.idl"
    3939#include "nomfoundation.idl"
    4040
    41 NOMCLASSNAME(NOMFilePath);
     41NOMCLASSNAME(NOMPath);
    4242
    43 interface NOMFilePath : NOMString
     43interface NOMPath : NOMString
    4444{
    4545  NOMCLASSVERSION(1, 0);
    4646
    47   PNOMFilePath appendPath(in PNOMFilePath nomFPath);   
     47  PNOMPath appendPath(in PNOMPath nomPath);   
    4848
    4949};
    5050
    51 #endif  /* NOMFILEPATH_IDL_INCLUDED */
     51#endif  /* NOMPATH_IDL_INCLUDED */
    5252
    5353
Note: See TracChangeset for help on using the changeset viewer.