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

Diff for /pegasus/src/Pegasus/Common/Threads.cpp between version 1.14 and 1.15

version 1.14, 2008/09/02 14:11:21 version 1.15, 2008/10/17 11:07:33
Line 178 
Line 178 
  
     if (type == DETACHED)     if (type == DETACHED)
     {     {
 #if defined(PEGASUS_PLATFORM_ZOS_ZSERIES_IBM)  #if defined(PEGASUS_OS_ZOS)
         int ds = 1;         int ds = 1;
         pthread_attr_setdetachstate(&attr, &ds);         pthread_attr_setdetachstate(&attr, &ds);
 #else #else


Legend:
Removed from v.1.14  
changed lines
  Added in v.1.15

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2