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

Diff for /pegasus/src/Pegasus/Common/SystemWindows.cpp between version 1.17 and 1.18

version 1.17, 2002/02/23 00:27:20 version 1.18, 2002/03/03 04:17:22
Line 41 
Line 41 
 #include <sys/stat.h> #include <sys/stat.h>
 #include <sys/types.h> #include <sys/types.h>
 #include <winsock.h> #include <winsock.h>
   #include <process.h>
  
 #define ACCESS_EXISTS 0 #define ACCESS_EXISTS 0
 #define ACCESS_WRITE 2 #define ACCESS_WRITE 2
Line 237 
Line 238 
  
 Uint32 System::getPID() Uint32 System::getPID()
 { {
     // ATTN: Implement this to get the process ID of the current process      return _getpid();
     //       This is used by the Tracer  
     return 0;  
 } }
  
 PEGASUS_NAMESPACE_END PEGASUS_NAMESPACE_END


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