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.  
  11. ------------------------------------------------- 
  12. --  This file has been generated automatically 
  13. --  by IDLAC (http://libre.adacore.com/polyorb/) 
  14. -- 
  15. --  Do NOT hand-modify this file, as your 
  16. --  changes will be lost when you re-run the 
  17. --  IDL to Ada compiler. 
  18. ------------------------------------------------- 
  19. pragma Style_Checks ("NM32766"); 
  20.  
  21. with DDS.DataWriterListener; 
  22.  
  23. --  <dref>PublisherListener</dref> 
  24. package DDS.PublisherListener is 
  25.  
  26.    type Ref is limited interface and DDS.DataWriterListener.Ref; 
  27.    type Ref_Access is access all Ref'Class; 
  28.  
  29. end DDS.PublisherListener;