(file) Return to CMPILocalProviderManager.cpp CVS log (file) (dir) Up to [Pegasus] / pegasus / src / Pegasus / ProviderManager2 / CMPI

Diff for /pegasus/src/Pegasus/ProviderManager2/CMPI/CMPILocalProviderManager.cpp between version 1.33 and 1.34

version 1.33, 2006/01/30 16:18:04 version 1.34, 2006/07/06 18:49:43
Line 462 
Line 462 
                         rec = _finishedThreadList.remove_first();                         rec = _finishedThreadList.remove_first();
                         DDD(cerr << "Reaping the thread " << rec->thread << " from " << rec->provider->getName() << endl);                         DDD(cerr << "Reaping the thread " << rec->thread << " from " << rec->provider->getName() << endl);
                         rec->thread->join();                         rec->thread->join();
                         // Delete the thread, and                          // remove the thread for the CMPIProvider, ...
                         delete rec->thread;  
                         // remove the thread for the CMPIProvider  
                         rec->provider->threadDelete(rec->thread);                         rec->provider->threadDelete(rec->thread);
                           // ... and then delete the thread.
                           delete rec->thread;
                         delete rec;                         delete rec;
                 }                 }
     }     }


Legend:
Removed from v.1.33  
changed lines
  Added in v.1.34

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2