From 82f17656c3ef7c7e2647b2d81aedac3757651c7c Mon Sep 17 00:00:00 2001 From: Peter Schiffer Date: Wed, 7 May 2014 19:02:29 +0200 Subject: Software-dbus: embrace the new openlmi common library --- src/libs/libopenlmi/openlmi.h | 14 ++++++++++---- 1 file changed, 10 insertions(+), 4 deletions(-) (limited to 'src/libs') diff --git a/src/libs/libopenlmi/openlmi.h b/src/libs/libopenlmi/openlmi.h index a35e01e..8999ace 100644 --- a/src/libs/libopenlmi/openlmi.h +++ b/src/libs/libopenlmi/openlmi.h @@ -43,10 +43,16 @@ #define ARRAY_SIZE(name) (sizeof(name) / sizeof(name[0])) /* Association sides. */ -#define LMI_GROUP_COMPONENT "GroupComponent" -#define LMI_PART_COMPONENT "PartComponent" -#define LMI_SAME_ELEMENT "SameElement" -#define LMI_SYSTEM_ELEMENT "SystemElement" +#define LMI_GROUP_COMPONENT "GroupComponent" +#define LMI_PART_COMPONENT "PartComponent" +#define LMI_SAME_ELEMENT "SameElement" +#define LMI_SYSTEM_ELEMENT "SystemElement" +#define LMI_COLLECTION "Collection" +#define LMI_MEMBER "Member" +#define LMI_SYSTEM "System" +#define LMI_INSTALLED_SOFTWARE "InstalledSoftware" +#define LMI_AVAILABLE_SAP "AvailableSAP" +#define LMI_MANAGED_ELEMENT "ManagedElement" /* CMPI_RC_ERR_ values end at 200. 0xFF should be safe. */ #define LMI_RC_ERR_CLASS_CHECK_FAILED 0xFF -- cgit