(file) Return to BinaryMessageHandler.h CVS log (file) (dir) Up to [Pegasus] / pegasus / src / Pegasus / Server / Attic

Diff for /pegasus/src/Pegasus/Server/Attic/BinaryMessageHandler.h between version 1.11 and 1.12

version 1.11, 2008/09/09 17:32:54 version 1.12, 2008/09/17 18:47:23
Line 36 
Line 36 
  
 #include <Pegasus/Common/Config.h> #include <Pegasus/Common/Config.h>
 #include <Pegasus/Common/AsyncOpNode.h> #include <Pegasus/Common/AsyncOpNode.h>
 #include <Pegasus/Common/AsyncQueue.h>  #include <Pegasus/Common/List.h>
 #include <Pegasus/Common/MessageQueueService.h> #include <Pegasus/Common/MessageQueueService.h>
 #include <Pegasus/Common/Message.h> #include <Pegasus/Common/Message.h>
 #include <Pegasus/Common/CIMMessage.h> #include <Pegasus/Common/CIMMessage.h>
Line 270 
Line 270 
  
     MessageQueueService* _outputQueue;     MessageQueueService* _outputQueue;
  
     // Flag to indicate whether or not the CIMServer is shutting down.      List<AsyncOpNode, Mutex> _msg_q;
     AsyncQueue<AsyncOpNode> _msg_q;  
 }; };
  
 PEGASUS_NAMESPACE_END PEGASUS_NAMESPACE_END


Legend:
Removed from v.1.11  
changed lines
  Added in v.1.12

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2