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

Diff for /pegasus/src/Pegasus/Common/Pair.h between version 1.13 and 1.14

version 1.13, 2006/01/30 16:17:07 version 1.14, 2006/11/10 18:14:58
Line 29 
Line 29 
 // //
 //============================================================================== //==============================================================================
 // //
 // Author: Mike Brasher (mbrasher@bmc.com)  
 //  
 // Modified By:  
 //  
 //%///////////////////////////////////////////////////////////////////////////// //%/////////////////////////////////////////////////////////////////////////////
  
 #ifndef Pegasus_Pair_h #ifndef Pegasus_Pair_h
Line 50 
Line 46 
  
     Pair() : first(), second()     Pair() : first(), second()
     {     {
   
     }     }
  
     Pair(const Pair<T,U>& x) : first(x.first), second(x.second)     Pair(const Pair<T,U>& x) : first(x.first), second(x.second)
     {     {
   
     }     }
  
     Pair(const T& first_, const U& second_) : first(first_), second(second_)     Pair(const T& first_, const U& second_) : first(first_), second(second_)
     {     {
   
     }     }
  
     Pair<T,U>& operator=(const Pair<T,U>& x)     Pair<T,U>& operator=(const Pair<T,U>& x)


Legend:
Removed from v.1.13  
changed lines
  Added in v.1.14

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2