pragma Ada_2012;
-- (c) Copyright, Real-Time Innovations, $Date:: 2012-03-16 #$
-- All rights reserved.
--
-- No duplications, whole or partial, manual or electronic, may be made
-- without express written permission. Any such copies, or
-- revisions thereof, must display this notice unaltered.
-- This code contains trade secrets of Real-Time Innovations, Inc.
-- <internal>
-- ============================================================================
--
-- WARNING: THIS FILE IS AUTO-GENERATED. DO NOT MODIFY.
--
-- This file was generated from .idl using "rtiddsgen".
-- The rtiddsgen tool is part of the RTI Data Distribution Service distribution.
-- For more information, type 'rtiddsgen -help' at a command shell
-- or consult the RTI Data Distribution Service manual.
--
-- ============================================================================
-- </internal>
with DDS.KeyedString_TypeSupport;
with DDS.Typed_DataReader_Generic; pragma Elaborate (DDS.Typed_DataReader_Generic);
package DDS.KeyedString_DataReader is
new DDS.Typed_DataReader_Generic (DDS.KeyedString_TypeSupport.Treats);