Changeset 128


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

Renamed NOMFilePath class to NOMPath.

Location:
trunk/foundation
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • TabularUnified 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}
  • TabularUnified 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.