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

Diff for /pegasus/src/Pegasus/Common/Threads.h between version 1.15.2.4.2.1 and 1.16

version 1.15.2.4.2.1, 2008/07/01 15:18:02 version 1.16, 2008/06/10 17:32:22
Line 56 
Line 56 
 # error "<Pegasus/Common/Threads.h>: not implemented" # error "<Pegasus/Common/Threads.h>: not implemented"
 #endif #endif
  
 #if defined(PEGASUS_OS_SOLARIS)  
 # include <string.h>  
 # include <stdio.h>  
 #endif  
   
 PEGASUS_NAMESPACE_BEGIN PEGASUS_NAMESPACE_BEGIN
  
 //============================================================================== //==============================================================================
Line 246 
Line 241 
  
 inline ThreadId Threads::id(const ThreadType& x) inline ThreadId Threads::id(const ThreadType& x)
 { {
     ThreadId tid = { { 0 } };      ThreadId tid;
  
 #if defined(PEGASUS_PLATFORM_ZOS_ZSERIES_IBM) #if defined(PEGASUS_PLATFORM_ZOS_ZSERIES_IBM)
     const char* s = x.thread.__;     const char* s = x.thread.__;


Legend:
Removed from v.1.15.2.4.2.1  
changed lines
  Added in v.1.16

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2