Salome HOME
Issue #83: renamed PluginManager to Session
[modules/shaper.git] / src / ModelAPI / ModelAPI_Validator.h
index a3e378856fe3538a94031d99f364c7c1260e2180..f4ecd19237962db93ece8d287c2bdc49358719c5 100644 (file)
@@ -47,7 +47,7 @@ typedef boost::shared_ptr<ModelAPI_Validator> ValidatorPtr;
  * Allows to get a validator by the feature identifier and 
  * the attribute identifier (if attribute is validated).
  * All accessible validators mustbe registered by the ID string first.
- * The instance of this factory can be get in the PluginManager.
+ * The instance of this factory can be get in the Session.
  * Keeps the validator objects alive and just returns one of it by request.
  * All the needed information is provided to the validator as an argument,
  * this allows to work with them independently from the feature specific object.
@@ -87,7 +87,7 @@ class MODELAPI_EXPORT ModelAPI_ValidatorsFactory
   virtual bool validate(const boost::shared_ptr<ModelAPI_Feature>& theFeature) const = 0;
 
  protected:
-  /// Get instance from PluginManager
+  /// Get instance from Session
   ModelAPI_ValidatorsFactory()
   {
   }