X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;ds=sidebyside;f=src%2FGeomAPI%2FGeomAPI_Curve.h;h=f09654a8c941328b2f0554a6ccf9035589ec09d4;hb=0448acdd8e8c1e1638a2cf861e42e915966b2034;hp=e4f494875c029aec2065b8c6758908886d791ff9;hpb=cc917b5dfaca1fcba1a25c1e54d6bd1ef0b4c057;p=modules%2Fshaper.git diff --git a/src/GeomAPI/GeomAPI_Curve.h b/src/GeomAPI/GeomAPI_Curve.h index e4f494875..f09654a8c 100644 --- a/src/GeomAPI/GeomAPI_Curve.h +++ b/src/GeomAPI/GeomAPI_Curve.h @@ -1,3 +1,5 @@ +// Copyright (C) 2014-20xx CEA/DEN, EDF R&D + // File: GeomAPI_Curve.hxx // Created: 04 Sep 2014 // Author: Mikhail PONIKAROV @@ -6,7 +8,7 @@ #define GeomAPI_Curve_H_ #include -#include +#include /**\class GeomAPI_Curve * \ingroup DataModel @@ -20,7 +22,7 @@ class GEOMAPI_EXPORT GeomAPI_Curve : public GeomAPI_Interface GeomAPI_Curve(); /// Creates a curve from the shape (edge) - GeomAPI_Curve(const boost::shared_ptr& theShape); + GeomAPI_Curve(const std::shared_ptr& theShape); /// Returns true if curve is not initialized bool isNull() const;