summaryrefslogtreecommitdiffstats
path: root/src/account
diff options
context:
space:
mode:
Diffstat (limited to 'src/account')
-rw-r--r--src/account/LMI_HostedAccountManagementServiceProvider.c (renamed from src/account/LMI_HostedServiceProvider.c)62
1 files changed, 31 insertions, 31 deletions
diff --git a/src/account/LMI_HostedServiceProvider.c b/src/account/LMI_HostedAccountManagementServiceProvider.c
index 48a7b6b..aad981d 100644
--- a/src/account/LMI_HostedServiceProvider.c
+++ b/src/account/LMI_HostedAccountManagementServiceProvider.c
@@ -1,5 +1,5 @@
#include <konkret/konkret.h>
-#include "LMI_HostedService.h"
+#include "LMI_HostedAccountManagementService.h"
#include "CIM_ComputerSystem.h"
#include "LMI_AccountManagementService.h"
@@ -8,11 +8,11 @@
static const CMPIBroker* _cb;
-static void LMI_HostedServiceInitialize()
+static void LMI_HostedAccountManagementServiceInitialize()
{
}
-static CMPIStatus LMI_HostedServiceCleanup(
+static CMPIStatus LMI_HostedAccountManagementServiceCleanup(
CMPIInstanceMI* mi,
const CMPIContext* cc,
CMPIBoolean term)
@@ -20,7 +20,7 @@ static CMPIStatus LMI_HostedServiceCleanup(
CMReturn(CMPI_RC_OK);
}
-static CMPIStatus LMI_HostedServiceEnumInstanceNames(
+static CMPIStatus LMI_HostedAccountManagementServiceEnumInstanceNames(
CMPIInstanceMI* mi,
const CMPIContext* cc,
const CMPIResult* cr,
@@ -30,7 +30,7 @@ static CMPIStatus LMI_HostedServiceEnumInstanceNames(
_cb, mi, cc, cr, cop);
}
-static CMPIStatus LMI_HostedServiceEnumInstances(
+static CMPIStatus LMI_HostedAccountManagementServiceEnumInstances(
CMPIInstanceMI* mi,
const CMPIContext* cc,
const CMPIResult* cr,
@@ -39,7 +39,7 @@ static CMPIStatus LMI_HostedServiceEnumInstances(
{
CIM_ComputerSystemRef lcsref;
LMI_AccountManagementServiceRef lamsref;
- LMI_HostedService lhs;
+ LMI_HostedAccountManagementService lhs;
CMPIObjectPath *computerSystemOP = NULL;
CMPIStatus rc;
@@ -64,15 +64,15 @@ static CMPIStatus LMI_HostedServiceEnumInstances(
LMI_AccountManagementServiceRef_Set_CreationClassName(&lamsref,
LMI_AccountManagementService_ClassName);
- LMI_HostedService_Init(&lhs, _cb, nameSpace);
- LMI_HostedService_SetObjectPath_Antecedent(&lhs, computerSystemOP);
- LMI_HostedService_Set_Dependent(&lhs, &lamsref);
+ LMI_HostedAccountManagementService_Init(&lhs, _cb, nameSpace);
+ LMI_HostedAccountManagementService_SetObjectPath_Antecedent(&lhs, computerSystemOP);
+ LMI_HostedAccountManagementService_Set_Dependent(&lhs, &lamsref);
KReturnInstance(cr, lhs);
CMReturn(CMPI_RC_OK);
}
-static CMPIStatus LMI_HostedServiceGetInstance(
+static CMPIStatus LMI_HostedAccountManagementServiceGetInstance(
CMPIInstanceMI* mi,
const CMPIContext* cc,
const CMPIResult* cr,
@@ -83,7 +83,7 @@ static CMPIStatus LMI_HostedServiceGetInstance(
_cb, mi, cc, cr, cop, properties);
}
-static CMPIStatus LMI_HostedServiceCreateInstance(
+static CMPIStatus LMI_HostedAccountManagementServiceCreateInstance(
CMPIInstanceMI* mi,
const CMPIContext* cc,
const CMPIResult* cr,
@@ -93,7 +93,7 @@ static CMPIStatus LMI_HostedServiceCreateInstance(
CMReturn(CMPI_RC_ERR_NOT_SUPPORTED);
}
-static CMPIStatus LMI_HostedServiceModifyInstance(
+static CMPIStatus LMI_HostedAccountManagementServiceModifyInstance(
CMPIInstanceMI* mi,
const CMPIContext* cc,
const CMPIResult* cr,
@@ -104,7 +104,7 @@ static CMPIStatus LMI_HostedServiceModifyInstance(
CMReturn(CMPI_RC_ERR_NOT_SUPPORTED);
}
-static CMPIStatus LMI_HostedServiceDeleteInstance(
+static CMPIStatus LMI_HostedAccountManagementServiceDeleteInstance(
CMPIInstanceMI* mi,
const CMPIContext* cc,
const CMPIResult* cr,
@@ -113,7 +113,7 @@ static CMPIStatus LMI_HostedServiceDeleteInstance(
CMReturn(CMPI_RC_ERR_NOT_SUPPORTED);
}
-static CMPIStatus LMI_HostedServiceExecQuery(
+static CMPIStatus LMI_HostedAccountManagementServiceExecQuery(
CMPIInstanceMI* mi,
const CMPIContext* cc,
const CMPIResult* cr,
@@ -124,7 +124,7 @@ static CMPIStatus LMI_HostedServiceExecQuery(
CMReturn(CMPI_RC_ERR_NOT_SUPPORTED);
}
-static CMPIStatus LMI_HostedServiceAssociationCleanup(
+static CMPIStatus LMI_HostedAccountManagementServiceAssociationCleanup(
CMPIAssociationMI* mi,
const CMPIContext* cc,
CMPIBoolean term)
@@ -132,7 +132,7 @@ static CMPIStatus LMI_HostedServiceAssociationCleanup(
CMReturn(CMPI_RC_OK);
}
-static CMPIStatus LMI_HostedServiceAssociators(
+static CMPIStatus LMI_HostedAccountManagementServiceAssociators(
CMPIAssociationMI* mi,
const CMPIContext* cc,
const CMPIResult* cr,
@@ -149,7 +149,7 @@ static CMPIStatus LMI_HostedServiceAssociators(
cc,
cr,
cop,
- LMI_HostedService_ClassName,
+ LMI_HostedAccountManagementService_ClassName,
assocClass,
resultClass,
role,
@@ -157,7 +157,7 @@ static CMPIStatus LMI_HostedServiceAssociators(
properties);
}
-static CMPIStatus LMI_HostedServiceAssociatorNames(
+static CMPIStatus LMI_HostedAccountManagementServiceAssociatorNames(
CMPIAssociationMI* mi,
const CMPIContext* cc,
const CMPIResult* cr,
@@ -173,14 +173,14 @@ static CMPIStatus LMI_HostedServiceAssociatorNames(
cc,
cr,
cop,
- LMI_HostedService_ClassName,
+ LMI_HostedAccountManagementService_ClassName,
assocClass,
resultClass,
role,
resultRole);
}
-static CMPIStatus LMI_HostedServiceReferences(
+static CMPIStatus LMI_HostedAccountManagementServiceReferences(
CMPIAssociationMI* mi,
const CMPIContext* cc,
const CMPIResult* cr,
@@ -195,13 +195,13 @@ static CMPIStatus LMI_HostedServiceReferences(
cc,
cr,
cop,
- LMI_HostedService_ClassName,
+ LMI_HostedAccountManagementService_ClassName,
assocClass,
role,
properties);
}
-static CMPIStatus LMI_HostedServiceReferenceNames(
+static CMPIStatus LMI_HostedAccountManagementServiceReferenceNames(
CMPIAssociationMI* mi,
const CMPIContext* cc,
const CMPIResult* cr,
@@ -215,25 +215,25 @@ static CMPIStatus LMI_HostedServiceReferenceNames(
cc,
cr,
cop,
- LMI_HostedService_ClassName,
+ LMI_HostedAccountManagementService_ClassName,
assocClass,
role);
}
CMInstanceMIStub(
- LMI_HostedService,
- LMI_HostedService,
+ LMI_HostedAccountManagementService,
+ LMI_HostedAccountManagementService,
_cb,
- LMI_HostedServiceInitialize())
+ LMI_HostedAccountManagementServiceInitialize())
CMAssociationMIStub(
- LMI_HostedService,
- LMI_HostedService,
+ LMI_HostedAccountManagementService,
+ LMI_HostedAccountManagementService,
_cb,
- LMI_HostedServiceInitialize())
+ LMI_HostedAccountManagementServiceInitialize())
KONKRET_REGISTRATION(
"root/cimv2",
- "LMI_HostedService",
- "LMI_HostedService",
+ "LMI_HostedAccountManagementService",
+ "LMI_HostedAccountManagementService",
"instance association")