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

Diff for /pegasus/src/Pegasus/Common/Attic/IPCHpux.h between version 1.10 and 1.11

version 1.10, 2005/03/11 18:36:41 version 1.11, 2005/04/27 19:42:21
Line 113 
Line 113 
 // pthreads cancellation calls // pthreads cancellation calls
 inline void disable_cancel(void) inline void disable_cancel(void)
 { {
    pthread_setcanceltype(PTHREAD_CANCEL_DISABLE, NULL);     pthread_setcancelstate(PTHREAD_CANCEL_DISABLE, NULL);
 } }
  
 inline void enable_cancel(void) inline void enable_cancel(void)
 { {
    pthread_setcanceltype(PTHREAD_CANCEL_DISABLE, NULL);     pthread_setcancelstate(PTHREAD_CANCEL_ENABLE, NULL);
 } }
  
  


Legend:
Removed from v.1.10  
changed lines
  Added in v.1.11

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2