summaryrefslogtreecommitdiffstats
path: root/mof/LMI_Test.mof
diff options
context:
space:
mode:
Diffstat (limited to 'mof/LMI_Test.mof')
-rw-r--r--mof/LMI_Test.mof2
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();
};