BUG#:8672
[tpot/pegasus.git.bak/pegasus.git] / src / Pegasus / ProviderManager2 / JMPI / org / pegasus / jmpi / tests / Providers / Instances / JMPICIMInstanceProvider.mof
index b62c2b3a926cf87d3a2eb7f593128d37c0da3841..a7afa027f9941408f8c9b8e943c92cbd13605b90 100644 (file)
@@ -195,4 +195,8 @@ class JMPICIMInstance_TestPropertyTypes : JMPICIMInstance_TestElement
    [ Description ("a function which tells the provider to allow modifications")
    ]
    boolean enableModifications (boolean fState);
+
+   [ Description ("a function that resets the provider state")
+   ]
+   boolean resetProvider ();
 };