X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FSALOMEDS%2FSALOMEDS_AttributeTableOfInteger_i.cxx;h=380741f4925947d18586216fd2c60a768b273160;hb=bd0aa83cc3573de6b62b2a56e168dd372097bd45;hp=716a491391183bbcb6e69d935125134782f1e720;hpb=b9d614a9b0642314cda41b09f92912483034922f;p=modules%2Fkernel.git diff --git a/src/SALOMEDS/SALOMEDS_AttributeTableOfInteger_i.cxx b/src/SALOMEDS/SALOMEDS_AttributeTableOfInteger_i.cxx index 716a49139..380741f49 100644 --- a/src/SALOMEDS/SALOMEDS_AttributeTableOfInteger_i.cxx +++ b/src/SALOMEDS/SALOMEDS_AttributeTableOfInteger_i.cxx @@ -9,16 +9,18 @@ // Module : SALOME // $Header$ -#include "SALOMEDS_AttributeTableOfInteger_i.hxx" -#include "SALOMEDS_SObject_i.hxx" #include +#include #include #include + +#include "SALOMEDS_AttributeTableOfInteger_i.hxx" #include "Utils_ExceptHandlers.hxx" #include #include #include + using namespace std; #define SEPARATOR '\1' @@ -44,8 +46,6 @@ static TCollection_ExtendedString getTitle(TCollection_ExtendedString theString) return aString; } - - void SALOMEDS_AttributeTableOfInteger_i::SetTitle(const char* theTitle) { CheckLocked(); Handle(SALOMEDS_TableOfIntegerAttribute) aTable = Handle(SALOMEDS_TableOfIntegerAttribute)::DownCast(_myAttr);