1. --   (c) Copyright, Real-Time Innovations, 2025. 
  2. --   All rights reserved. 
  3. --   No duplications, whole or partial, manual or electronic, may be made 
  4. --   without express written permission.  Any such copies, or 
  5. --   revisions thereof, must display this notice unaltered. 
  6. --   This code contains trade secrets of Real-Time Innovations, Inc. 
  7.  
  8.  
  9. --  SPDX-FileCopyrightText: 2023 Per Sandberg <per.s.sandberg@bahnhof.se> 
  10. --  SPDX-License-Identifier: Apache-2.0 
  11. with Ada.Containers.Indefinite_Vectors; 
  12. package DDS.String_Vectors is new ada.Containers.Indefinite_Vectors (Natural, Standard.String);