(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.64 and 1.65

version 1.64, 2008/10/14 17:25:58 version 1.65, 2008/10/21 17:11:13
Line 128 
Line 128 
     static ThreadPool* _thread_pool;     static ThreadPool* _thread_pool;
  
 private: private:
       Boolean _sendAsync(AsyncOpNode* op,
           Uint32 destination,
           void (*callback)(AsyncOpNode*, MessageQueue*, void*),
           MessageQueue* callback_q,
           void* callback_ptr,
           Uint32 flags);
   
     static ThreadReturnType PEGASUS_THREAD_CDECL polling_routine(void *);     static ThreadReturnType PEGASUS_THREAD_CDECL polling_routine(void *);
  
     AsyncQueue<AsyncOpNode> _incoming;     AsyncQueue<AsyncOpNode> _incoming;


Legend:
Removed from v.1.64  
changed lines
  Added in v.1.65

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2