(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.31

version 1.29, 2003/10/22 14:26:02 version 1.31, 2004/10/17 20:39:16
Line 1 
Line 1 
 //%2003////////////////////////////////////////////////////////////////////////  //%2004////////////////////////////////////////////////////////////////////////
 // //
 // Copyright (c) 2000, 2001, 2002  BMC Software, Hewlett-Packard Development  // Copyright (c) 2000, 2001, 2002 BMC Software; Hewlett-Packard Development
 // Company, L. P., IBM Corp., The Open Group, Tivoli Systems.  // Company, L.P.; IBM Corp.; The Open Group; Tivoli Systems.
 // Copyright (c) 2003 BMC Software; Hewlett-Packard Development Company, L. P.; // Copyright (c) 2003 BMC Software; Hewlett-Packard Development Company, L. P.;
 // IBM Corp.; EMC Corporation, The Open Group. // IBM Corp.; EMC Corporation, The Open Group.
   // Copyright (c) 2004 BMC Software; Hewlett-Packard Development Company, L.P.;
   // IBM Corp.; EMC Corporation; VERITAS Software Corporation; The Open Group.
 // //
 // Permission is hereby granted, free of charge, to any person obtaining a copy // Permission is hereby granted, free of charge, to any person obtaining a copy
 // of this software and associated documentation files (the "Software"), to // of this software and associated documentation files (the "Software"), to
Line 195 
Line 197 
         const CIMClass c (*this);         const CIMClass c (*this);
         return true;         return true;
     }     }
     catch (DynamicCastFailedException)      catch (DynamicCastFailedException&)
     {     {
         return false;         return false;
     }     }
Line 208 
Line 210 
         const CIMInstance i (*this);         const CIMInstance i (*this);
         return true;         return true;
     }     }
     catch (DynamicCastFailedException)      catch (DynamicCastFailedException&)
     {     {
         return false;         return false;
     }     }
Line 349 
Line 351 
         const CIMConstClass c(*this);         const CIMConstClass c(*this);
         return true;         return true;
     }     }
     catch (DynamicCastFailedException)      catch (DynamicCastFailedException&)
     {     {
         return false;         return false;
     }     }
Line 362 
Line 364 
         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.31

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2