diff options
author | Jan Safranek <jsafrane@redhat.com> | 2013-05-10 14:58:37 +0200 |
---|---|---|
committer | Jan Safranek <jsafrane@redhat.com> | 2013-05-10 14:58:37 +0200 |
commit | 3ee6e40111cf262d291c7837aa3c693fefb73403 (patch) | |
tree | 712121194d56f7774050e2e453c97ae16352bbe9 /mof | |
parent | 53aed1bf202d69b1ed717dc707c75533c73a06a6 (diff) | |
download | openlmi-providers-3ee6e40111cf262d291c7837aa3c693fefb73403.tar.gz openlmi-providers-3ee6e40111cf262d291c7837aa3c693fefb73403.tar.xz openlmi-providers-3ee6e40111cf262d291c7837aa3c693fefb73403.zip |
Removed duplicate definitions of LMI_PhysicalMemory and LMI_PhysicalMemoryRealizes.
Diffstat (limited to 'mof')
-rw-r--r-- | mof/60_LMI_Hardware.mof | 30 |
1 files changed, 0 insertions, 30 deletions
diff --git a/mof/60_LMI_Hardware.mof b/mof/60_LMI_Hardware.mof index cedad70..cba6459 100644 --- a/mof/60_LMI_Hardware.mof +++ b/mof/60_LMI_Hardware.mof @@ -206,36 +206,6 @@ class LMI_PhysicalMemoryRealizes: CIM_Realizes LMI_Memory REF Dependent; }; -[ Provider("cmpi:cmpiLMI_PhysicalMemory") ] -class LMI_PhysicalMemory: CIM_PhysicalMemory -{ -}; - -[ Provider("cmpi:cmpiLMI_PhysicalMemoryRealizes"), Association ] -class LMI_PhysicalMemoryRealizes: CIM_Realizes -{ - [Override("Antecedent")] - LMI_PhysicalMemory REF Antecedent; - - [Override("Dependent")] - LMI_Memory REF Dependent; -}; - -[ Provider("cmpi:cmpiLMI_PhysicalMemory") ] -class LMI_PhysicalMemory: CIM_PhysicalMemory -{ -}; - -[ Provider("cmpi:cmpiLMI_PhysicalMemoryRealizes"), Association ] -class LMI_PhysicalMemoryRealizes: CIM_Realizes -{ - [Override("Antecedent")] - LMI_PhysicalMemory REF Antecedent; - - [Override("Dependent")] - LMI_Memory REF Dependent; -}; - /****************************************************************************** * PCI Devices */ |