summaryrefslogtreecommitdiffstats
path: root/LMI_HostedRealmdService.h
diff options
context:
space:
mode:
Diffstat (limited to 'LMI_HostedRealmdService.h')
-rw-r--r--LMI_HostedRealmdService.h390
1 files changed, 0 insertions, 390 deletions
diff --git a/LMI_HostedRealmdService.h b/LMI_HostedRealmdService.h
deleted file mode 100644
index 06040f0..0000000
--- a/LMI_HostedRealmdService.h
+++ /dev/null
@@ -1,390 +0,0 @@
-/*
-**==============================================================================
-**
-** CAUTION: This file generated by KonkretCMPI. Please do not edit.
-**
-**==============================================================================
-*/
-
-#ifndef _konkrete_LMI_HostedRealmdService_h
-#define _konkrete_LMI_HostedRealmdService_h
-
-#include <konkret/konkret.h>
-#include "CIM_ComputerSystem.h"
-#include "LMI_RealmdService.h"
-
-/*
-**==============================================================================
-**
-** struct LMI_HostedRealmdServiceRef
-**
-**==============================================================================
-*/
-
-/* classname=LMI_HostedRealmdService */
-typedef struct _LMI_HostedRealmdServiceRef
-{
- KBase __base;
- /* CIM_Dependency features */
- const KRef Antecedent; /* CIM_ComputerSystem */
- const KRef Dependent; /* LMI_RealmdService */
- /* CIM_HostedDependency features */
- /* CIM_HostedService features */
- /* LMI_HostedRealmdService features */
-}
-LMI_HostedRealmdServiceRef;
-
-static const unsigned char __LMI_HostedRealmdServiceRef_sig[] =
-{
- 0x17,0x4c,0x4d,0x49,0x5f,0x48,0x6f,0x73,0x74,0x65,0x64,0x52,0x65,0x61,0x6c,
- 0x6d,0x64,0x53,0x65,0x72,0x76,0x69,0x63,0x65,0x00,0x02,0x4e,0x0a,0x41,0x6e,
- 0x74,0x65,0x63,0x65,0x64,0x65,0x6e,0x74,0x00,0x4e,0x09,0x44,0x65,0x70,0x65,
- 0x6e,0x64,0x65,0x6e,0x74,0x00,
-};
-
-KINLINE void LMI_HostedRealmdServiceRef_Init(
- LMI_HostedRealmdServiceRef* self,
- const CMPIBroker* cb,
- const char* ns)
-{
- const unsigned char* sig = __LMI_HostedRealmdServiceRef_sig;
- KBase_Init(&self->__base, cb, sizeof(*self), sig, ns);
- ((KRef*)&self->Antecedent)->__sig = __CIM_ComputerSystem_sig;
- ((KRef*)&self->Dependent)->__sig = __LMI_RealmdService_sig;
-}
-
-KINLINE CMPIStatus LMI_HostedRealmdServiceRef_InitFromInstance(
- LMI_HostedRealmdServiceRef* self,
- const CMPIBroker* cb,
- const CMPIInstance* x)
-{
- LMI_HostedRealmdServiceRef_Init(self, cb, NULL);
- return KBase_FromInstance(&self->__base, x);
-}
-
-KINLINE CMPIStatus LMI_HostedRealmdServiceRef_InitFromObjectPath(
- LMI_HostedRealmdServiceRef* self,
- const CMPIBroker* cb,
- const CMPIObjectPath* x)
-{
- LMI_HostedRealmdServiceRef_Init(self, cb, NULL);
- return KBase_FromObjectPath(&self->__base, x);
-}
-
-KINLINE void LMI_HostedRealmdServiceRef_Print(
- const LMI_HostedRealmdServiceRef* self,
- FILE* os)
-{
- KBase_Print(os, &self->__base, 'r');
-}
-
-KINLINE CMPIInstance* LMI_HostedRealmdServiceRef_ToInstance(
- const LMI_HostedRealmdServiceRef* self,
- CMPIStatus* status)
-{
- return KBase_ToInstance(&self->__base, status);
-}
-
-KINLINE CMPIObjectPath* LMI_HostedRealmdServiceRef_ToObjectPath(
- const LMI_HostedRealmdServiceRef* self,
- CMPIStatus* status)
-{
- return KBase_ToObjectPath(&self->__base, status);
-}
-
-KINLINE const char* LMI_HostedRealmdServiceRef_NameSpace(
- LMI_HostedRealmdServiceRef* self)
-{
- if (self && self->__base.magic == KMAGIC)
- return self->__base.ns ? KChars(self->__base.ns) : NULL;
- return NULL;
-}
-
-KINLINE void LMI_HostedRealmdServiceRef_SetObjectPath_Antecedent(
- LMI_HostedRealmdServiceRef* self,
- const CMPIObjectPath* x)
-{
- if (self && self->__base.magic == KMAGIC)
- {
- KRef* field = (KRef*)&self->Antecedent;
- KRef_SetObjectPath(field, x);
- }
-}
-
-KINLINE CMPIStatus LMI_HostedRealmdServiceRef_Set_Antecedent(
- LMI_HostedRealmdServiceRef* self,
- const CIM_ComputerSystemRef* x)
-{
- if (self && self->__base.magic == KMAGIC)
- {
- KRef* field = (KRef*)&self->Antecedent;
- return KRef_Set(field, &x->__base);
- }
- CMReturn(CMPI_RC_ERR_FAILED);
-}
-
-KINLINE void LMI_HostedRealmdServiceRef_Null_Antecedent(
- LMI_HostedRealmdServiceRef* self)
-{
- if (self && self->__base.magic == KMAGIC)
- {
- KRef* field = (KRef*)&self->Antecedent;
- KRef_Null(field);
- }
-}
-
-KINLINE void LMI_HostedRealmdServiceRef_Clr_Antecedent(
- LMI_HostedRealmdServiceRef* self)
-{
- if (self && self->__base.magic == KMAGIC)
- {
- KRef* field = (KRef*)&self->Antecedent;
- KRef_Clr(field);
- }
-}
-
-KINLINE void LMI_HostedRealmdServiceRef_SetObjectPath_Dependent(
- LMI_HostedRealmdServiceRef* self,
- const CMPIObjectPath* x)
-{
- if (self && self->__base.magic == KMAGIC)
- {
- KRef* field = (KRef*)&self->Dependent;
- KRef_SetObjectPath(field, x);
- }
-}
-
-KINLINE CMPIStatus LMI_HostedRealmdServiceRef_Set_Dependent(
- LMI_HostedRealmdServiceRef* self,
- const LMI_RealmdServiceRef* x)
-{
- if (self && self->__base.magic == KMAGIC)
- {
- KRef* field = (KRef*)&self->Dependent;
- return KRef_Set(field, &x->__base);
- }
- CMReturn(CMPI_RC_ERR_FAILED);
-}
-
-KINLINE void LMI_HostedRealmdServiceRef_Null_Dependent(
- LMI_HostedRealmdServiceRef* self)
-{
- if (self && self->__base.magic == KMAGIC)
- {
- KRef* field = (KRef*)&self->Dependent;
- KRef_Null(field);
- }
-}
-
-KINLINE void LMI_HostedRealmdServiceRef_Clr_Dependent(
- LMI_HostedRealmdServiceRef* self)
-{
- if (self && self->__base.magic == KMAGIC)
- {
- KRef* field = (KRef*)&self->Dependent;
- KRef_Clr(field);
- }
-}
-
-/*
-**==============================================================================
-**
-** struct LMI_HostedRealmdService
-**
-**==============================================================================
-*/
-
-/* classname=LMI_HostedRealmdService */
-typedef struct _LMI_HostedRealmdService
-{
- KBase __base;
- /* CIM_Dependency features */
- const KRef Antecedent; /* CIM_ComputerSystem */
- const KRef Dependent; /* LMI_RealmdService */
- /* CIM_HostedDependency features */
- /* CIM_HostedService features */
- /* LMI_HostedRealmdService features */
-}
-LMI_HostedRealmdService;
-
-static const unsigned char __LMI_HostedRealmdService_sig[] =
-{
- 0x17,0x4c,0x4d,0x49,0x5f,0x48,0x6f,0x73,0x74,0x65,0x64,0x52,0x65,0x61,0x6c,
- 0x6d,0x64,0x53,0x65,0x72,0x76,0x69,0x63,0x65,0x00,0x02,0x4e,0x0a,0x41,0x6e,
- 0x74,0x65,0x63,0x65,0x64,0x65,0x6e,0x74,0x00,0x4e,0x09,0x44,0x65,0x70,0x65,
- 0x6e,0x64,0x65,0x6e,0x74,0x00,
-};
-
-KINLINE void LMI_HostedRealmdService_Init(
- LMI_HostedRealmdService* self,
- const CMPIBroker* cb,
- const char* ns)
-{
- const unsigned char* sig = __LMI_HostedRealmdService_sig;
- KBase_Init(&self->__base, cb, sizeof(*self), sig, ns);
- ((KRef*)&self->Antecedent)->__sig = __CIM_ComputerSystem_sig;
- ((KRef*)&self->Dependent)->__sig = __LMI_RealmdService_sig;
-}
-
-KINLINE CMPIStatus LMI_HostedRealmdService_InitFromInstance(
- LMI_HostedRealmdService* self,
- const CMPIBroker* cb,
- const CMPIInstance* x)
-{
- LMI_HostedRealmdService_Init(self, cb, NULL);
- return KBase_FromInstance(&self->__base, x);
-}
-
-KINLINE CMPIStatus LMI_HostedRealmdService_InitFromObjectPath(
- LMI_HostedRealmdService* self,
- const CMPIBroker* cb,
- const CMPIObjectPath* x)
-{
- LMI_HostedRealmdService_Init(self, cb, NULL);
- return KBase_FromObjectPath(&self->__base, x);
-}
-
-KINLINE void LMI_HostedRealmdService_Print(
- const LMI_HostedRealmdService* self,
- FILE* os)
-{
- KBase_Print(os, &self->__base, 'i');
-}
-
-KINLINE CMPIInstance* LMI_HostedRealmdService_ToInstance(
- const LMI_HostedRealmdService* self,
- CMPIStatus* status)
-{
- return KBase_ToInstance(&self->__base, status);
-}
-
-KINLINE CMPIObjectPath* LMI_HostedRealmdService_ToObjectPath(
- const LMI_HostedRealmdService* self,
- CMPIStatus* status)
-{
- return KBase_ToObjectPath(&self->__base, status);
-}
-
-KINLINE const char* LMI_HostedRealmdService_NameSpace(
- LMI_HostedRealmdService* self)
-{
- if (self && self->__base.magic == KMAGIC)
- return self->__base.ns ? KChars(self->__base.ns) : NULL;
- return NULL;
-}
-
-KINLINE void LMI_HostedRealmdService_SetObjectPath_Antecedent(
- LMI_HostedRealmdService* self,
- const CMPIObjectPath* x)
-{
- if (self && self->__base.magic == KMAGIC)
- {
- KRef* field = (KRef*)&self->Antecedent;
- KRef_SetObjectPath(field, x);
- }
-}
-
-KINLINE CMPIStatus LMI_HostedRealmdService_Set_Antecedent(
- LMI_HostedRealmdService* self,
- const CIM_ComputerSystemRef* x)
-{
- if (self && self->__base.magic == KMAGIC)
- {
- KRef* field = (KRef*)&self->Antecedent;
- return KRef_Set(field, &x->__base);
- }
- CMReturn(CMPI_RC_ERR_FAILED);
-}
-
-KINLINE void LMI_HostedRealmdService_Null_Antecedent(
- LMI_HostedRealmdService* self)
-{
- if (self && self->__base.magic == KMAGIC)
- {
- KRef* field = (KRef*)&self->Antecedent;
- KRef_Null(field);
- }
-}
-
-KINLINE void LMI_HostedRealmdService_Clr_Antecedent(
- LMI_HostedRealmdService* self)
-{
- if (self && self->__base.magic == KMAGIC)
- {
- KRef* field = (KRef*)&self->Antecedent;
- KRef_Clr(field);
- }
-}
-
-KINLINE void LMI_HostedRealmdService_SetObjectPath_Dependent(
- LMI_HostedRealmdService* self,
- const CMPIObjectPath* x)
-{
- if (self && self->__base.magic == KMAGIC)
- {
- KRef* field = (KRef*)&self->Dependent;
- KRef_SetObjectPath(field, x);
- }
-}
-
-KINLINE CMPIStatus LMI_HostedRealmdService_Set_Dependent(
- LMI_HostedRealmdService* self,
- const LMI_RealmdServiceRef* x)
-{
- if (self && self->__base.magic == KMAGIC)
- {
- KRef* field = (KRef*)&self->Dependent;
- return KRef_Set(field, &x->__base);
- }
- CMReturn(CMPI_RC_ERR_FAILED);
-}
-
-KINLINE void LMI_HostedRealmdService_Null_Dependent(
- LMI_HostedRealmdService* self)
-{
- if (self && self->__base.magic == KMAGIC)
- {
- KRef* field = (KRef*)&self->Dependent;
- KRef_Null(field);
- }
-}
-
-KINLINE void LMI_HostedRealmdService_Clr_Dependent(
- LMI_HostedRealmdService* self)
-{
- if (self && self->__base.magic == KMAGIC)
- {
- KRef* field = (KRef*)&self->Dependent;
- KRef_Clr(field);
- }
-}
-
-/*
-**==============================================================================
-**
-** LMI_HostedRealmdService methods
-**
-**==============================================================================
-*/
-
-KINLINE CMPIStatus LMI_HostedRealmdService_DispatchMethod(
- const CMPIBroker* cb,
- CMPIMethodMI* mi,
- const CMPIContext* cc,
- const CMPIResult* cr,
- const CMPIObjectPath* cop,
- const char* meth,
- const CMPIArgs* in,
- CMPIArgs* out)
-{
- LMI_HostedRealmdServiceRef self;
-
- KReturnIf(LMI_HostedRealmdServiceRef_InitFromObjectPath(&self, cb, cop));
-
-
- KReturn(ERR_METHOD_NOT_FOUND);
-}
-
-#define LMI_HostedRealmdService_ClassName "LMI_HostedRealmdService"
-
-#endif /* _konkrete_LMI_HostedRealmdService_h */