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

Diff for /pegasus/src/Pegasus/Common/Thread.h between version 1.48 and 1.49

version 1.48, 2005/04/01 17:26:52 version 1.49, 2005/04/06 21:21:36
Line 520 
Line 520 
         return (!strncmp(key, _key, 16));         return (!strncmp(key, _key, 16));
     }     }
  
     Boolean operator==(const void* p)      Boolean operator==(const void* p) const
     {     {
         return ((void *)this == p);         return ((void *)this == p);
     }     }
  
     inline Boolean operator==(const ThreadPool & b) const      Boolean operator==(const ThreadPool & p) const
     {  
         return (operator==(b._key));  
     }  
   
     Boolean operator==(const ThreadPool & p)  
     {     {
         return operator==((const void *)&p);         return operator==((const void *)&p);
     }     }


Legend:
Removed from v.1.48  
changed lines
  Added in v.1.49

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2