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

Diff for /pegasus/src/Pegasus/Common/Stack.h between version 1.20 and 1.21

version 1.20, 2006/11/10 18:14:58 version 1.21, 2007/05/29 17:21:07
Line 65 
Line 65 
         initialization of a stack with the type of T.         initialization of a stack with the type of T.
         which         which
     */     */
     PEGASUS_EXPLICIT Stack(const T& x) { _rep.append(x); }      explicit Stack(const T& x) { _rep.append(x); }
  
     /** Destructor. */     /** Destructor. */
     ~Stack() { }     ~Stack() { }


Legend:
Removed from v.1.20  
changed lines
  Added in v.1.21

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2