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

Diff for /pegasus/src/Pegasus/Common/CIMQualifierDeclRep.cpp between version 1.34 and 1.35

version 1.34, 2002/08/17 00:59:36 version 1.35, 2002/08/21 00:15:44
Line 58 
Line 58 
     _flavor(flavor),     _flavor(flavor),
     _arraySize(arraySize)     _arraySize(arraySize)
 { {
     //cout << "KSTEST Qualifier Declflavor " << flavor << endl;  
     if (_value.getType() == CIMTYPE_NONE)  
         throw NullType();  
   
         // Set the flavor defaults. Must actively set them in case input flavor         // Set the flavor defaults. Must actively set them in case input flavor
         // sets some but not all the defaults.  Also Make sure no conflicts. This covers         // sets some but not all the defaults.  Also Make sure no conflicts. This covers
         // the fact that we have separate flags for on and off for the toelement         // the fact that we have separate flags for on and off for the toelement
Line 222 
Line 218 
 void CIMQualifierDeclRep::setValue(const CIMValue& value) void CIMQualifierDeclRep::setValue(const CIMValue& value)
 { {
     _value = value;     _value = value;
   
     if (_value.getType() == CIMTYPE_NONE)  
         throw NullType();  
 } }
  
 PEGASUS_NAMESPACE_END PEGASUS_NAMESPACE_END


Legend:
Removed from v.1.34  
changed lines
  Added in v.1.35

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2