1. --  (c) Copyright, Real-Time Innovations, $Date:: 2012-02-16 #$ 
  2. --  All rights reserved. 
  3. -- 
  4. --  No duplications, whole or partial, manual or electronic, may be made 
  5. --  without express written permission.  Any such copies, or 
  6. --  revisions thereof, must display this notice unaltered. 
  7. --  This code contains trade secrets of Real-Time Innovations, Inc. 
  8.  
  9. --  ============================================================================ 
  10. -- 
  11. --         WARNING: THIS FILE IS AUTO-GENERATED. DO NOT MODIFY. 
  12. -- 
  13. --  This file was generated from .idl using "rtiddsgen". 
  14. --  The rtiddsgen tool is part of the RTI Data Distribution Service distribution. 
  15. --  For more information, type 'rtiddsgen -help' at a command shell 
  16. --  or consult the RTI Data Distribution Service manual. 
  17. -- 
  18. --  ============================================================================ 
  19.  
  20. pragma Warnings (Off); --  Since this is autogenerated code. 
  21.  
  22. with DDS.ParticipantBuiltinTopicData_TypeSupport; 
  23. with DDS.Typed_DataReader_Generic; pragma Elaborate (DDS.Typed_DataReader_Generic); 
  24. package DDS.ParticipantBuiltinTopicData_DataReader is 
  25.   new DDS.Typed_DataReader_Generic (DDS.ParticipantBuiltinTopicData_TypeSupport.Treats);