diff options
Diffstat (limited to '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(); }; |