(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.22 and 1.23

version 1.22, 2005/02/05 22:59:23 version 1.23, 2005/02/13 22:32:06
Line 62 
Line 62 
   #define PEGASUS_HAS_READDIR_R   #define PEGASUS_HAS_READDIR_R
  #endif /* ifndef PEGASUS_OS_VMS */  #endif /* ifndef PEGASUS_OS_VMS */
  
 typedef struct  struct DirRep
 { {
     DIR* dir;     DIR* dir;
  #ifdef PEGASUS_OS_OS400  #ifdef PEGASUS_OS_OS400
Line 87 
Line 87 
    #endif /* ifdef PEGASUS_OS_SOLARIS */    #endif /* ifdef PEGASUS_OS_SOLARIS */
   #endif /* ifdef PEGASUS_OS_OS400 */   #endif /* ifdef PEGASUS_OS_OS400 */
  #endif /* ifdef PEGASUS_HAS_READDIR_R */  #endif /* ifdef PEGASUS_HAS_READDIR_R */
 } DirRep;  };
 #endif /* elif defined(PEGASUS_OS_TYPE_UNIX) || defined (PEGASUS_OS_VMS) */ #endif /* elif defined(PEGASUS_OS_TYPE_UNIX) || defined (PEGASUS_OS_VMS) */
  
 /** The Dir class provides a platform independent way of iterating the /** The Dir class provides a platform independent way of iterating the


Legend:
Removed from v.1.22  
changed lines
  Added in v.1.23

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2