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

Diff for /pegasus/src/Pegasus/Common/AsyncQueue.h between version 1.3 and 1.4

version 1.3, 2006/08/09 21:12:42 version 1.4, 2006/08/21 14:46:13
Line 132 
Line 132 
 }; };
  
 template<class ElemType> template<class ElemType>
 AsyncQueue<ElemType>::AsyncQueue(size_t capacity) : _capacity(capacity)  AsyncQueue<ElemType>::AsyncQueue(size_t capacity) :
       _mutex(Mutex::NON_RECURSIVE), _capacity(capacity)
 { {
     if (capacity == 0)     if (capacity == 0)
         _capacity.set(0x7FFFFFFF);         _capacity.set(0x7FFFFFFF);


Legend:
Removed from v.1.3  
changed lines
  Added in v.1.4

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2