X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FModelHighAPI%2FModelHighAPI_RefAttr.cpp;h=3404dfc264fce101f4def8c48b2667339a595e57;hb=71e8d4816ea8ce20dda49fde68b137fcc7f6f47d;hp=5ab6cb60f27e93bedbdf04097d3f526e0a25a7db;hpb=dddb164bbd94e2a397f1f9ce80c931d1ca3dac19;p=modules%2Fshaper.git diff --git a/src/ModelHighAPI/ModelHighAPI_RefAttr.cpp b/src/ModelHighAPI/ModelHighAPI_RefAttr.cpp index 5ab6cb60f..3404dfc26 100644 --- a/src/ModelHighAPI/ModelHighAPI_RefAttr.cpp +++ b/src/ModelHighAPI/ModelHighAPI_RefAttr.cpp @@ -1,11 +1,22 @@ -// Copyright (C) 2014-20xx CEA/DEN, EDF R&D -// Name : ModelHighAPI_RefAttr.cpp -// Purpose: +// Copyright (C) 2014-2024 CEA, EDF +// +// This library is free software; you can redistribute it and/or +// modify it under the terms of the GNU Lesser General Public +// License as published by the Free Software Foundation; either +// version 2.1 of the License, or (at your option) any later version. +// +// This library is distributed in the hope that it will be useful, +// but WITHOUT ANY WARRANTY; without even the implied warranty of +// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU +// Lesser General Public License for more details. +// +// 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 +// +// See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com // -// History: -// 08/06/16 - Sergey POKHODENKO - Creation of the file -//-------------------------------------------------------------------------------------- #include "ModelHighAPI_RefAttr.h" #include @@ -16,7 +27,7 @@ #include "ModelHighAPI_Interface.h" //-------------------------------------------------------------------------------------- ModelHighAPI_RefAttr::ModelHighAPI_RefAttr() -: myVariantType(VT_ATTRIBUTE) +: myVariantType(VT_OBJECT) { } @@ -68,7 +79,7 @@ void ModelHighAPI_RefAttr::appendToList( //-------------------------------------------------------------------------------------- bool ModelHighAPI_RefAttr::isEmpty() const { - return !(myAttribute && myObject); + return !(myAttribute || myObject); } //--------------------------------------------------------------------------------------