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

Diff for /pegasus/src/Pegasus/Common/Thread.cpp between version 1.50 and 1.51

version 1.50, 2003/10/16 14:22:35 version 1.51, 2003/10/16 19:21:28
Line 540 
Line 540 
          PEG_METHOD_EXIT();          PEG_METHOD_EXIT();
          return((PEGASUS_THREAD_RETURN)0);          return((PEGASUS_THREAD_RETURN)0);
       }       }
         catch(...)
         {
            return((PEGASUS_THREAD_RETURN)0);
         }
   
    }    }
  
    // TODO: Why is this needed? Why not just continue?    // TODO: Why is this needed? Why not just continue?


Legend:
Removed from v.1.50  
changed lines
  Added in v.1.51

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2