(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.89.12.1 and 1.89.12.2

version 1.89.12.1, 2006/06/29 17:33:12 version 1.89.12.2, 2006/06/29 22:50:04
Line 120 
Line 120 
 void Thread::exit_self(PEGASUS_THREAD_RETURN exit_code) void Thread::exit_self(PEGASUS_THREAD_RETURN exit_code)
 { {
     // execute the cleanup stack and then return     // execute the cleanup stack and then return
    while( _cleanup.count() )     while( _cleanup.size() )
    {    {
        try        try
        {        {


Legend:
Removed from v.1.89.12.1  
changed lines
  Added in v.1.89.12.2

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2