diff options
author | Pavel Březina <pbrezina@redhat.com> | 2013-12-16 12:44:19 +0100 |
---|---|---|
committer | Pavel Březina <pbrezina@redhat.com> | 2013-12-18 14:14:45 +0100 |
commit | 500de1409a40df2cd3307d269d53dee9c601d2f5 (patch) | |
tree | db31627afa80bff39851e2f64b634a3d6bfaf302 /mof/LMI_Test.mof | |
parent | 5e3a57098c4163e814ebbecf2cbb545872efeff3 (diff) | |
download | openlmi_test-wip.tar.gz openlmi_test-wip.tar.xz openlmi_test-wip.zip |
test provider: id:value databasewip
This provider will read /tmp/lmitest as id:value type of database.
Diffstat (limited to 'mof/LMI_Test.mof')
-rw-r--r-- | mof/LMI_Test.mof | 2 |
1 files changed, 1 insertions, 1 deletions
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(); }; |