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

Diff for /pegasus/src/Pegasus/Common/AtomicInt.h between version 1.6 and 1.7

version 1.6, 2006/01/30 16:16:46 version 1.7, 2006/07/12 19:46:26
Line 84 
Line 84 
     // Note: These methods are intentionally hidden (and should not be called).     // Note: These methods are intentionally hidden (and should not be called).
     // The implementation is much easier without having to implement these for     // The implementation is much easier without having to implement these for
     // every platform.     // every platform.
     AtomicIntTemplate(const AtomicIntTemplate&) { }      AtomicIntTemplate(const AtomicIntTemplate&);
     AtomicIntTemplate& operator=(const AtomicIntTemplate&) { return *this; }      AtomicIntTemplate& operator=(const AtomicIntTemplate&);
     Boolean operator==(Uint32) const { return false; }      Boolean operator==(Uint32) const;
     void operator++() { }      void operator++();
     void operator--() { }      void operator--();
  
     typedef AtomicIntTemplate<ATOMIC_TYPE> This;     typedef AtomicIntTemplate<ATOMIC_TYPE> This;
  


Legend:
Removed from v.1.6  
changed lines
  Added in v.1.7

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2