1. --   (c) Copyright, Real-Time Innovations, 2025. 
  2. --   All rights reserved. 
  3. --   No duplications, whole or partial, manual or electronic, may be made 
  4. --   without express written permission.  Any such copies, or 
  5. --   revisions thereof, must display this notice unaltered. 
  6. --   This code contains trade secrets of Real-Time Innovations, Inc. 
  7.  
  8.  
  9. with DDS.ReadCondition; 
  10. package DDS.IndexCondition is 
  11.  
  12.    type Ref is limited interface and DDS.ReadCondition.Ref; 
  13.    type Ref_Access is access all Ref'Class with Storage_Size => 0; 
  14.  
  15. end DDS.IndexCondition;