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