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

Diff for /pegasus/src/Pegasus/Common/Message.h between version 1.95 and 1.96

version 1.95, 2008/11/12 06:04:44 version 1.96, 2008/11/12 17:22:32
Line 377 
Line 377 
     /** Make a copy of this stack and then pop the top element. */     /** Make a copy of this stack and then pop the top element. */
     QueueIdStack copyAndPop() const;     QueueIdStack copyAndPop() const;
  
       Uint32 operator[](Uint32 i) const { return _items[i]; }
   
 private: private:
  
     // Copy the given stack but then pop the top element:     // Copy the given stack but then pop the top element:


Legend:
Removed from v.1.95  
changed lines
  Added in v.1.96

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2