[Libvirt-cim] [PATCH 1 of 2] ECTP: Updated Reference properties in mof file to Xen and KVM specific classes

Kaitlin Rupert kaitlin at linux.vnet.ibm.com
Wed Nov 14 17:05:04 UTC 2007


Heidi Eckhart wrote:
>  ]
>  class Xen_ElementConformsToProfile : CIM_ElementConformsToProfile
>  {
> +
> +  [Override ("ConformantStandard")]
> +  Xen_RegisteredProfile REF ConformantStandard;
> +
>  };
>
>  [Association,
> @@ -14,5 +18,9 @@ class Xen_ElementConformsToProfile : CIM
>  ]
>  class KVM_ElementConformsToProfile : CIM_ElementConformsToProfile
>  {
> +
> +  [Override ("ConformantStandard")]
> +  KVM_RegisteredProfile REF ConformantStandard;
> +
>  };
>   
What is override being used for here?  Doesn't 
CIM_ElementConformsToProfile already specify CIM_RegisteredProfile as a 
conformant standard ref?

-- 
Kaitlin Rupert
IBM Linux Technology Center
karupert at us.ibm.com





More information about the Libvirt-cim mailing list