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

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

version 1.8, 2002/06/01 00:56:36 version 1.9, 2002/08/20 17:39:37
Line 178 
Line 178 
  
     if(p == 0)     if(p == 0)
     {     {
         throw DynamicCastFailed();          throw DynamicCastFailedException();
     }     }
  
     *this = *p;     *this = *p;
Line 208 
Line 208 
  
     if(p == 0)     if(p == 0)
     {     {
         throw DynamicCastFailed();          throw DynamicCastFailedException();
     }     }
  
     *this = *p;     *this = *p;
Line 238 
Line 238 
  
     if(p == 0)     if(p == 0)
     {     {
         throw DynamicCastFailed();          throw DynamicCastFailedException();
     }     }
  
     *this = *p;     *this = *p;


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