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

Diff for /pegasus/src/Pegasus/Common/MessageQueue.cpp between version 1.61 and 1.62

version 1.61, 2009/04/09 05:23:26 version 1.62, 2009/04/30 07:25:12
Line 57 
Line 57 
     _qidFactory.putID(queueId);     _qidFactory.putID(queueId);
 } }
  
 MessageQueue::MessageQueue(  MessageQueue::MessageQueue(const char* name)
     const char* name,     : _queueId(getNextQueueId())
     Boolean async)  
    : _queueId(getNextQueueId()), _async(async)  
 { {
     //     //
     // Copy the name:     // Copy the name:


Legend:
Removed from v.1.61  
changed lines
  Added in v.1.62

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2