Salome HOME
updated copyright message
[modules/kernel.git] / idl / SALOME_CommonTypes.idl
index f5e62485d09acdff56759e50968521f0860454c2..9f4a53a1f833434aa76dad6dd0c57ad14e017078 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2019  CEA/DEN, EDF R&D, OPEN CASCADE
+// Copyright (C) 2019-2023  CEA, EDF, 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<string> StringVec;
   typedef sequence<long> LongVec;
+  typedef sequence<octet> ByteVec;
 };
 
 #endif