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

Diff for /pegasus/src/Pegasus/Common/Monitor.cpp between version 1.107 and 1.108

version 1.107, 2006/06/26 22:56:40 version 1.108, 2006/06/26 23:30:26
Line 67 
Line 67 
 static inline int _getError() static inline int _getError()
 { {
 #ifdef PEGASUS_OS_TYPE_WINDOWS #ifdef PEGASUS_OS_TYPE_WINDOWS
     return WSAGetLastError()      return WSAGetLastError();
 #else #else
     return errno;     return errno;
 #endif #endif


Legend:
Removed from v.1.107  
changed lines
  Added in v.1.108

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2