(file) Return to CMPI_Array.h CVS log (file) (dir) Up to [Pegasus] / pegasus / src / Pegasus / ProviderManager2 / CMPI

Diff for /pegasus/src/Pegasus/ProviderManager2/CMPI/CMPI_Array.h between version 1.1.2.2 and 1.1.2.3

version 1.1.2.2, 2009/07/27 10:17:40 version 1.1.2.3, 2009/08/17 13:47:48
Line 33 
Line 33 
 #define _CMPI_Array_H_ #define _CMPI_Array_H_
  
 #include <Pegasus/Provider/CMPI/cmpift.h> #include <Pegasus/Provider/CMPI/cmpift.h>
   #include <Pegasus/Common/SCMO.h>
  
 PEGASUS_NAMESPACE_BEGIN PEGASUS_NAMESPACE_BEGIN
  
   typedef struct _CMPIArrayData
   {
       /**
           An array of unsigned short representing the type of the CMPIData object.
       */
       CMPIType *types;
       /**
           An array of unsigned short representing whether this CMPIData object is
           valid or not.
       */
       CMPIValueState *states;
       /**
           A pointer to the actual underlying value of the data object.
       */
       SCMBUnion *values;
       /**
           The size of the array
       */
       CMPICount size;
   } CMPIArrayData;
   
 struct CMPI_Array : CMPIArray struct CMPI_Array : CMPIArray
 { {
     CMPIBoolean isCloned;     CMPIBoolean isCloned;


Legend:
Removed from v.1.1.2.2  
changed lines
  Added in v.1.1.2.3

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2