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

Diff for /pegasus/src/Pegasus/Common/CIMValue.cpp between version 1.37 and 1.43.2.1

version 1.37, 2002/08/16 01:28:06 version 1.43.2.1, 2002/10/28 15:43:21
Line 1355 
Line 1355 
  
 void CIMValue::get(Array<CIMDateTime>& x) const void CIMValue::get(Array<CIMDateTime>& x) const
 { {
 // ATTN-RK-20020815: Use UninitializedObject exception here if CIMValue is null?  #ifdef CIMValueisNullexception
       if (_rep->_isNull)
           throw CIMValueIsNull();
   #endif
  
     if (_rep->_type != CIMTYPE_DATETIME || !_rep->_isArray)     if (_rep->_type != CIMTYPE_DATETIME || !_rep->_isArray)
         throw TypeMismatch();         throw TypeMismatch();


Legend:
Removed from v.1.37  
changed lines
  Added in v.1.43.2.1

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2