Changeset 128 for trunk/foundation/class_c/nomfilepath.c
- Timestamp:
- Nov 30, 2006, 7:03:31 PM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/foundation/class_c/nomfilepath.c
r125 r128 14 14 #include "nomfilepath.ih" 15 15 16 NOM_Scope PNOM FilePath NOMLINK impl_NOMFilePath_appendPath(NOMFilePath* nomSelf, const PNOMFilePath nomFPath, CORBA_Environment *ev)16 NOM_Scope PNOMPath NOMLINK impl_NOMPath_appendPath(NOMPath* nomSelf, const PNOMPath nomPath, CORBA_Environment *ev) 17 17 { 18 18 /* NOMFilePathData* nomThis=NOMFilePathGetData(nomSelf); */ 19 #warning !!!!! NOM FilePath_appendPath() is a stub !!!!!20 NOM FilePath_appendString((NOMString*) nomSelf, (NOMString*)nomFPath, NULLHANDLE);19 #warning !!!!! NOMPath_appendPath() is a stub !!!!! 20 NOMPath_appendString((NOMString*) nomSelf, (NOMString*)nomPath, NULLHANDLE); 21 21 return nomSelf; 22 22 }
Note:
See TracChangeset
for help on using the changeset viewer.