Salome HOME
Copyright update 2021
[modules/kernel.git] / idl / SALOME_CommonTypes.idl
index f5e62485d09acdff56759e50968521f0860454c2..ea2d6835589d969cb2a97c8ab666f75d4e940949 100644 (file)
@@ -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<string> StringVec;
   typedef sequence<long> LongVec;
+  typedef sequence<octet> ByteVec;
 };
 
 #endif