X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=idl%2FSALOME_CommonTypes.idl;h=ea2d6835589d969cb2a97c8ab666f75d4e940949;hb=4d61f5b8863253a259cde301c39b60909a6b18fa;hp=f5e62485d09acdff56759e50968521f0860454c2;hpb=09b1efcf9d0bb8a35b9bc70fedcaa8604a3bd5c1;p=modules%2Fkernel.git diff --git a/idl/SALOME_CommonTypes.idl b/idl/SALOME_CommonTypes.idl index f5e62485d..ea2d68355 100644 --- a/idl/SALOME_CommonTypes.idl +++ b/idl/SALOME_CommonTypes.idl @@ -1,4 +1,4 @@ -// Copyright (C) 2019 CEA/DEN, EDF R&D, OPEN CASCADE +// Copyright (C) 2019-2021 CEA/DEN, EDF R&D, OPEN CASCADE // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Lesser General Public @@ -25,6 +25,7 @@ module SALOME { typedef sequence StringVec; typedef sequence LongVec; + typedef sequence ByteVec; }; #endif