(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.23 and 1.24

version 1.23, 2002/02/12 23:28:58 version 1.24, 2002/02/20 22:00:51
Line 30 
Line 30 
 #include <Pegasus/Common/IPC.h> #include <Pegasus/Common/IPC.h>
 #include <Pegasus/Common/Tracer.h> #include <Pegasus/Common/Tracer.h>
 #include "MessageQueue.h" #include "MessageQueue.h"
   #include "MessageQueueService.h"
 PEGASUS_USING_STD; PEGASUS_USING_STD;
  
 PEGASUS_NAMESPACE_BEGIN PEGASUS_NAMESPACE_BEGIN
Line 69 
Line 69 
    return queueId;    return queueId;
 } }
  
   
   
 MessageQueue::MessageQueue( MessageQueue::MessageQueue(
     const char* name,     const char* name,
     Boolean async,     Boolean async,
     Uint32 queueId)     Uint32 queueId)
     : _queueId(queueId), _count(0), _front(0), _back(0), _async(async)     : _queueId(queueId), _capabilities(0), _count(0), _front(0), _back(0), _async(async)
 { {
     //     //
     // Copy the name:     // Copy the name:
Line 142 
Line 144 
        message->print(cout);        message->print(cout);
     }     }
  
   
     _mut.lock(pegasus_thread_self());     _mut.lock(pegasus_thread_self());
     if (_back)     if (_back)
     {     {


Legend:
Removed from v.1.23  
changed lines
  Added in v.1.24

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2