(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.29 and 1.30

version 1.29, 2003/10/22 14:26:02 version 1.30, 2003/11/05 04:10:41
Line 195 
Line 195 
         const CIMClass c (*this);         const CIMClass c (*this);
         return true;         return true;
     }     }
     catch (DynamicCastFailedException)      catch (DynamicCastFailedException&)
     {     {
         return false;         return false;
     }     }
Line 208 
Line 208 
         const CIMInstance i (*this);         const CIMInstance i (*this);
         return true;         return true;
     }     }
     catch (DynamicCastFailedException)      catch (DynamicCastFailedException&)
     {     {
         return false;         return false;
     }     }
Line 349 
Line 349 
         const CIMConstClass c(*this);         const CIMConstClass c(*this);
         return true;         return true;
     }     }
     catch (DynamicCastFailedException)      catch (DynamicCastFailedException&)
     {     {
         return false;         return false;
     }     }
Line 362 
Line 362 
         const CIMConstInstance i(*this);         const CIMConstInstance i(*this);
         return true;         return true;
     }     }
     catch (DynamicCastFailedException)      catch (DynamicCastFailedException&)
     {     {
         return false;         return false;
     }     }


Legend:
Removed from v.1.29  
changed lines
  Added in v.1.30

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2