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

Diff for /pegasus/src/Pegasus/Common/CIMObject.cpp between version 1.8 and 1.9

version 1.8, 2002/04/30 18:03:11 version 1.9, 2002/04/30 21:53:14
Line 53 
Line 53 
 { {
     if (x._rep != _rep)     if (x._rep != _rep)
     {     {
         if (_rep)  
         {  
             Dec(_rep);             Dec(_rep);
         }  
         Inc(_rep = x._rep);         Inc(_rep = x._rep);
     }     }
     return *this;     return *this;
Line 66 
Line 63 
 { {
     if (x._rep != _rep)     if (x._rep != _rep)
     {     {
         if (_rep)  
         {  
             Dec(_rep);             Dec(_rep);
         }  
         Inc(_rep = x._rep);         Inc(_rep = x._rep);
     }     }
     return *this;     return *this;
Line 112 
Line 106 
 { {
     if (x._rep != _rep)     if (x._rep != _rep)
     {     {
         if (_rep)  
         {  
             Dec(_rep);             Dec(_rep);
         }  
         Inc(_rep = x._rep);         Inc(_rep = x._rep);
     }     }
     return *this;     return *this;
Line 125 
Line 116 
 { {
     if (x._rep != _rep)     if (x._rep != _rep)
     {     {
         if (_rep)  
         {  
             Dec(_rep);             Dec(_rep);
         }  
         Inc(_rep = x._rep);         Inc(_rep = x._rep);
     }     }
     return *this;     return *this;
Line 138 
Line 126 
 { {
     if (x._rep != _rep)     if (x._rep != _rep)
     {     {
         if (_rep)  
         {  
             Dec(_rep);             Dec(_rep);
         }  
         Inc(_rep = x._rep);         Inc(_rep = x._rep);
     }     }
     return *this;     return *this;
Line 151 
Line 136 
 { {
     if (x._rep != _rep)     if (x._rep != _rep)
     {     {
         if (_rep)  
         {  
             Dec(_rep);             Dec(_rep);
         }  
         Inc(_rep = x._rep);         Inc(_rep = x._rep);
     }     }
     return *this;     return *this;


Legend:
Removed from v.1.8  
changed lines
  Added in v.1.9

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2