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

Diff for /pegasus/src/Pegasus/Common/SCMO.h between version 1.7 and 1.8

version 1.7, 2010/10/08 07:59:10 version 1.8, 2011/01/25 11:24:25
Line 472 
Line 472 
     struct{     struct{
       unsigned includeQualifiers  :1;       unsigned includeQualifiers  :1;
       unsigned includeClassOrigin :1;       unsigned includeClassOrigin :1;
       unsigned isFiltered:1;  
       unsigned isClassOnly:1;       unsigned isClassOnly:1;
       unsigned isCompromised:1;       unsigned isCompromised:1;
       unsigned exportSetOnly:1;       unsigned exportSetOnly:1;
Line 503 
Line 502 
     SCMBDataPtr     hostName;     SCMBDataPtr     hostName;
     // Relative pointer to SCMBInstanceKeyBindingArray     // Relative pointer to SCMBInstanceKeyBindingArray
     SCMBDataPtr     keyBindingArray;     SCMBDataPtr     keyBindingArray;
     // Relative pointer to SCMBPropertyFilter  
     SCMBDataPtr     propertyFilter;  
     // Relative pointer to SCMBPropertyFilterIndexMap  
     SCMBDataPtr     propertyFilterIndexMap;  
     // Number of properties of the class.     // Number of properties of the class.
       union
       {
           Uint64 __align64;
     Uint32          numberProperties;     Uint32          numberProperties;
     // Number of filter properties of the instance.      };
     Uint32          filterProperties;  
     // Relative pointer to SCMBInstancePropertyArray     // Relative pointer to SCMBInstancePropertyArray
     SCMBDataPtr     propertyArray;     SCMBDataPtr     propertyArray;
 }; };


Legend:
Removed from v.1.7  
changed lines
  Added in v.1.8

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2