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

Diff for /pegasus/src/Pegasus/Common/CIMQualifierDecl.cpp between version 1.20 and 1.21

version 1.20, 2002/08/15 15:52:29 version 1.21, 2002/08/20 17:39:37
Line 159 
Line 159 
 void CIMQualifierDecl::_checkRep() const void CIMQualifierDecl::_checkRep() const
 { {
     if (!_rep)     if (!_rep)
         throw UninitializedObject ();          throw UninitializedObjectException();
 } }
  
  
Line 285 
Line 285 
 void CIMConstQualifierDecl::_checkRep() const void CIMConstQualifierDecl::_checkRep() const
 { {
     if (!_rep)     if (!_rep)
         throw UninitializedObject ();          throw UninitializedObjectException();
 } }
  
 PEGASUS_NAMESPACE_END PEGASUS_NAMESPACE_END


Legend:
Removed from v.1.20  
changed lines
  Added in v.1.21

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2