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

Diff for /pegasus/src/Pegasus/Common/MessageQueueService.h between version 1.50.12.2 and 1.50.12.3

version 1.50.12.2, 2006/06/29 21:02:17 version 1.50.12.3, 2006/06/30 02:52:02
Line 49 
Line 49 
 #include <Pegasus/Common/Cimom.h> #include <Pegasus/Common/Cimom.h>
 #include <Pegasus/Common/CimomMessage.h> #include <Pegasus/Common/CimomMessage.h>
 #include <Pegasus/Common/Linkage.h> #include <Pegasus/Common/Linkage.h>
 #include <Pegasus/Common/RMutex.h>  #include <Pegasus/Common/RecursiveMutex.h>
  
 PEGASUS_NAMESPACE_BEGIN PEGASUS_NAMESPACE_BEGIN
  
Line 176 
Line 176 
     static AtomicInt _stop_polling;     static AtomicInt _stop_polling;
     static AtomicInt _check_idle_flag;     static AtomicInt _check_idle_flag;
  
     static List<MessageQueueService, RMutex> _polling_list;      static List<MessageQueueService, RecursiveMutex> _polling_list;
  
     static PEGASUS_THREAD_RETURN PEGASUS_THREAD_CDECL _req_proc(void *);     static PEGASUS_THREAD_RETURN PEGASUS_THREAD_CDECL _req_proc(void *);
  


Legend:
Removed from v.1.50.12.2  
changed lines
  Added in v.1.50.12.3

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2