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

Diff for /pegasus/src/Pegasus/Common/CIMValue.h between version 1.11 and 1.11.2.1

version 1.11, 2001/07/10 22:31:12 version 1.11.2.1, 2001/07/26 21:07:31
Line 171 
Line 171 
     */     */
     Boolean isArray() const { return _isArray; }     Boolean isArray() const { return _isArray; }
  
       /** Returns whether value is null.
       */
       Boolean isNull() const { return _isNull; }
   
     /** CIMMethod getArraySize     /** CIMMethod getArraySize
         @return The number of entries in the array         @return The number of entries in the array
     */     */
Line 338 
Line 342 
  
     CIMType _type;     CIMType _type;
     Boolean _isArray;     Boolean _isArray;
       Boolean _isNull;
     Union _u;     Union _u;
  
     friend class CIMMethodRep;     friend class CIMMethodRep;


Legend:
Removed from v.1.11  
changed lines
  Added in v.1.11.2.1

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2