File AddIPProtocolEndpoint_RemoveIPProtocolEndpoint.patch of Package openlmi-networking
diff -wruN -x '*~' -x '*.o' -x '*.a' -x '*.so' -x '*.so.[0-9]' -x autom4te.cache -x .deps -x .libs ../orig-openlmi-networking-0.2.2/src/LMI_IPConfigurationServiceProvider.c ./src/LMI_IPConfigurationServiceProvider.c
--- ../orig-openlmi-networking-0.2.2/src/LMI_IPConfigurationServiceProvider.c 2014-01-07 17:38:18.000000000 +0100
+++ ./src/LMI_IPConfigurationServiceProvider.c 2014-04-29 09:40:58.906124193 +0200
@@ -640,6 +640,39 @@
return result;
}
+KUint32 LMI_IPConfigurationService_AddIPProtocolEndpoint(
+ const CMPIBroker* cb,
+ CMPIMethodMI* mi,
+ const CMPIContext* context,
+ const LMI_IPConfigurationServiceRef* self,
+ const KRef* TargetInterface,
+ const KInstanceA* IPProtocolEndpoint,
+ const KInstanceA* EndpointSettings,
+ KRefA* ResultingEndpoint,
+ KRef* Job,
+ CMPIStatus* status)
+{
+ KUint32 result = KUINT32_INIT;
+
+ KSetStatus(status, ERR_NOT_SUPPORTED);
+ return result;
+}
+
+KUint32 LMI_IPConfigurationService_RemoveIPProtocolEndpoint(
+ const CMPIBroker* cb,
+ CMPIMethodMI* mi,
+ const CMPIContext* context,
+ const LMI_IPConfigurationServiceRef* self,
+ const KRefA* Endpoint,
+ KRef* Job,
+ CMPIStatus* status)
+{
+ KUint32 result = KUINT32_INIT;
+
+ KSetStatus(status, ERR_NOT_SUPPORTED);
+ return result;
+}
+
KONKRET_REGISTRATION(
"root/cimv2",
"LMI_IPConfigurationService",