Salome HOME
Fix the revolution algorithm revolving an edge between faces.
[modules/shaper.git] / src / Model / Model_Session.h
index c54d89229ff42105a8808d23105f0955fc26579e..247e2a92997ef0c6ad9bab4c501f8209cf0bc693 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2014-2019  CEA/DEN, EDF R&D
+// Copyright (C) 2014-2020  CEA/DEN, EDF R&D
 //
 // This library is free software; you can redistribute it and/or
 // modify it under the terms of the GNU Lesser General Public
@@ -48,7 +48,8 @@ class Model_Session : public ModelAPI_Session, public Events_Listener
 
   /// if true, generates error if document is updated outside of transaction
   bool myCheckTransactions;
-  ///< if true, the current operation must be committed twice, with nested (list for any nesting depth)
+  /// if true, the current operation must be committed twice,
+  /// with nested (list for any nesting depth)
   std::list<bool> myOperationAttachedToNext;
  public:
 
@@ -115,7 +116,7 @@ class Model_Session : public ModelAPI_Session, public Events_Listener
   MODEL_EXPORT virtual std::list<std::shared_ptr<ModelAPI_Document> > allOpenedDocuments();
 
   /// Returns true if document is not loaded yet
-  MODEL_EXPORT virtual bool isLoadByDemand(const std::string theDocID, const int theDocIndex);
+  MODEL_EXPORT virtual bool isLoadByDemand(const std::wstring theDocID, const int theDocIndex);
 
   /// Registers the plugin that creates features.
   /// It is obligatory for each plugin to call this function on loading to be found by