Salome HOME
oubli
[modules/shaper.git] / src / SketchAPI / SketchAPI_IntersectionPoint.h
index cc1b4e947a107f780ff058eec33d5acc77ee5f7d..627e54fb5054ba611c557befa9d00aa0a18db6f9 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2014-2017  CEA/DEN, EDF R&D
+// Copyright (C) 2014-2022  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
 //
 // You should have received a copy of the GNU Lesser General Public
 // License along with this library; if not, write to the Free Software
-// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
+// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307 USA
 //
-// See http://www.salome-platform.org/ or
-// email : webmaster.salome@opencascade.com<mailto:webmaster.salome@opencascade.com>
+// See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
 //
 
 #ifndef SRC_SKETCHAPI_SKETCHAPI_INTERSECTIONPOINT_H_
@@ -47,7 +46,7 @@ public:
   /// Constructor with values
   SKETCHAPI_EXPORT
   SketchAPI_IntersectionPoint(const std::shared_ptr<ModelAPI_Feature> & theFeature,
-                 const std::string & theExternalName);
+                 const std::wstring & theExternalName);
   /// Destructor
   SKETCHAPI_EXPORT
   virtual ~SketchAPI_IntersectionPoint();
@@ -67,7 +66,7 @@ public:
 
   /// Set by external name
   SKETCHAPI_EXPORT
-  void setByExternalEdgeName(const std::string & theExternalEdgeName);
+  void setByExternalEdgeName(const std::wstring & theExternalEdgeName);
 
   /// Set flag to include projection to result or not
   SKETCHAPI_EXPORT