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/class_c/nomfilepath.c

    r125 r128  
    1414#include "nomfilepath.ih"
    1515
    16 NOM_Scope PNOMFilePath NOMLINK impl_NOMFilePath_appendPath(NOMFilePath* nomSelf, const PNOMFilePath nomFPath, CORBA_Environment *ev)
     16NOM_Scope PNOMPath NOMLINK impl_NOMPath_appendPath(NOMPath* nomSelf, const PNOMPath nomPath, CORBA_Environment *ev)
    1717{
    1818/* NOMFilePathData* nomThis=NOMFilePathGetData(nomSelf); */
    19 #warning !!!!! NOMFilePath_appendPath() is a stub !!!!!
    20   NOMFilePath_appendString((NOMString*) nomSelf, (NOMString*)nomFPath, NULLHANDLE);
     19#warning !!!!! NOMPath_appendPath() is a stub !!!!!
     20  NOMPath_appendString((NOMString*) nomSelf, (NOMString*)nomPath, NULLHANDLE);
    2121  return nomSelf;
    2222}
Note: See TracChangeset for help on using the changeset viewer.