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

Diff for /pegasus/src/Pegasus/ProviderManager2/CMPI/CMPILocalProviderManager.h between version 1.14 and 1.14.2.1

version 1.14, 2006/07/14 18:47:21 version 1.14.2.1, 2006/07/27 23:12:06
Line 44 
Line 44 
  
 #include <Pegasus/Common/Config.h> #include <Pegasus/Common/Config.h>
 #include <Pegasus/Common/String.h> #include <Pegasus/Common/String.h>
 #include <Pegasus/Common/IPC.h>  
 #include <Pegasus/Common/HashTable.h> #include <Pegasus/Common/HashTable.h>
  
 #include <Pegasus/ProviderManager2/CMPI/CMPIProvider.h> #include <Pegasus/ProviderManager2/CMPI/CMPIProvider.h>
Line 136 
Line 135 
    *  The cleaning functions for provider threads.    *  The cleaning functions for provider threads.
    */    */
  
    static PEGASUS_THREAD_RETURN PEGASUS_THREAD_CDECL _reaper(void *);     static ThreadReturnType PEGASUS_THREAD_CDECL _reaper(void *);
  
   /*   /*
    * The data structures for holding the thread and the CMPIProvider    * The data structures for holding the thread and the CMPIProvider
Line 154 
Line 153 
    static Semaphore _pollingSem;    static Semaphore _pollingSem;
    static AtomicInt _stopPolling;    static AtomicInt _stopPolling;
    static Mutex _reaperMutex;    static Mutex _reaperMutex;
    static List<cleanupThreadRecord,RecursiveMutex> _finishedThreadList;     static List<cleanupThreadRecord,Mutex> _finishedThreadList;
  
 protected: protected:
  


Legend:
Removed from v.1.14  
changed lines
  Added in v.1.14.2.1

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2