(file) Return to Dir.h CVS log (file) (dir) Up to [Pegasus] / pegasus / src / Pegasus / Common

Diff for /pegasus/src/Pegasus/Common/Dir.h between version 1.17 and 1.18

version 1.17, 2004/10/17 20:39:17 version 1.18, 2004/12/01 09:59:11
Line 123 
Line 123 
     /** Return true if there are more file names to iterator. */     /** Return true if there are more file names to iterator. */
     Boolean more() const { return _more; }     Boolean more() const { return _more; }
  
       #if defined(PEGASUS_PLATFORM_DARWIN_PPC_GNU)
       /** Returns the file inode number. */
       const Uint32 getInode() const;
       #endif
   
     /** Returns the current file name. */     /** Returns the current file name. */
     const char* getName() const;     const char* getName() const;
  


Legend:
Removed from v.1.17  
changed lines
  Added in v.1.18

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2