Changeset 128 for trunk/foundation/idl/nomfilepath.idl
- Timestamp:
- Nov 30, 2006, 7:03:31 PM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/foundation/idl/nomfilepath.idl
r123 r128 33 33 * ***** END LICENSE BLOCK ***** */ 34 34 35 #ifndef NOM FILEPATH_IDL_INCLUDED36 #define NOM FILEPATH_IDL_INCLUDED35 #ifndef NOMPATH_IDL_INCLUDED 36 #define NOMPATH_IDL_INCLUDED 37 37 38 38 #include "nomstring.idl" 39 39 #include "nomfoundation.idl" 40 40 41 NOMCLASSNAME(NOM FilePath);41 NOMCLASSNAME(NOMPath); 42 42 43 interface NOM FilePath : NOMString43 interface NOMPath : NOMString 44 44 { 45 45 NOMCLASSVERSION(1, 0); 46 46 47 PNOM FilePath appendPath(in PNOMFilePath nomFPath);47 PNOMPath appendPath(in PNOMPath nomPath); 48 48 49 49 }; 50 50 51 #endif /* NOM FILEPATH_IDL_INCLUDED */51 #endif /* NOMPATH_IDL_INCLUDED */ 52 52 53 53
Note:
See TracChangeset
for help on using the changeset viewer.