X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FGeomAPI%2FGeomAPI_DataMapOfShapeShape.h;h=40c447baed4d31ff5d5c083391ca584a90b4d50e;hb=60e95a5502a6940c6c27ce5d561b3c684b0b0a4f;hp=4609bf08fad6d6eae2dfa95dce066b7c1753cc79;hpb=5746238455553297ce5333502e6f27e6e5d9348b;p=modules%2Fshaper.git diff --git a/src/GeomAPI/GeomAPI_DataMapOfShapeShape.h b/src/GeomAPI/GeomAPI_DataMapOfShapeShape.h index 4609bf08f..40c447bae 100644 --- a/src/GeomAPI/GeomAPI_DataMapOfShapeShape.h +++ b/src/GeomAPI/GeomAPI_DataMapOfShapeShape.h @@ -1,3 +1,5 @@ +// Copyright (C) 2014-20xx CEA/DEN, EDF R&D + // File: GeomAPI_DataMapOfShapeShape.h // Created: 28 Oct 2014 // Author: Sergey Zaritchny @@ -26,7 +28,7 @@ class GEOMAPI_EXPORT GeomAPI_DataMapOfShapeShape : public GeomAPI_Interface void clear(); /// Size of the map - int GeomAPI_DataMapOfShapeShape::size(); + int size(); /// Adds the Key to the Map with the Item. Returns True if the Key was not already in the map bool bind (std::shared_ptr theKey, std::shared_ptr theItem);