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