From 500de1409a40df2cd3307d269d53dee9c601d2f5 Mon Sep 17 00:00:00 2001 From: Pavel Březina Date: Mon, 16 Dec 2013 12:44:19 +0100 Subject: test provider: id:value database This provider will read /tmp/lmitest as id:value type of database. --- mof/LMI_Test.mof | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'mof/LMI_Test.mof') diff --git a/mof/LMI_Test.mof b/mof/LMI_Test.mof index b58de9f..a0ea538 100644 --- a/mof/LMI_Test.mof +++ b/mof/LMI_Test.mof @@ -5,6 +5,6 @@ class LMI_Test uint32 Id; string Value; - uint32 SetValue([In] string value); + boolean SetValue([In] string value); string GetValue(); }; -- cgit