1. -- 
  2. -- Copyright (c) 2012 Kevin Wellwood 
  3. -- All rights reserved. 
  4. -- 
  5. -- This source code is distributed under the Modified BSD License. For terms and 
  6. -- conditions, see license.txt. 
  7. -- 
  8.  
  9. -- The Project package's body must be implemented by each application using the 
  10. -- engine framework. Its intended use is to reference application-specific 
  11. -- packages using 'with' to ensure that they are compiled along with the 
  12. -- application framework. 
  13. package Project is 
  14.  
  15.     pragma Elaborate_Body; 
  16.  
  17. end Project;