home *** CD-ROM | disk | FTP | other *** search
/ ftptest.leeds.ac.uk / 2015.02.ftptest.leeds.ac.uk.tar / ftptest.leeds.ac.uk / bionet / CAE-GROUP / SCL-WIN3x / SCL.EXE / SCHEMAHE.H < prev    next >
C/C++ Source or Header  |  1994-08-06  |  1KB  |  43 lines

  1. #ifndef  SCHEMAHEADER_H
  2. #define  SCHEMAHEADER_H
  3.  
  4. /*
  5. * NIST STEP Editor Class Library
  6. * cleditor/schemaheader.cc
  7. * February, 1994
  8. * David Sauder
  9. * K. C. Morris
  10.  
  11. * Development of this software was funded by the United States Government,
  12. * and is not subject to copyright.
  13. */
  14.  
  15. // This file was generated by fedex_plus.  You probably don't want to edit
  16. // it since your modifications will be lost if fedex_plus is used to
  17. // regenerate it.
  18.  
  19. /* $Id: schemaheader.h,v 2.0.1.1 1994/04/05 16:42:09 sauderd Exp $ */
  20.  
  21. #include <sdai.h>
  22.  
  23. #include <Registry.h>
  24.  
  25. #include <aggregate.h>
  26.  
  27. #include <Sentity.h>
  28.  
  29. #include <undefined.h>
  30. /*
  31. extern TypeDescriptor *t_INTEGER_TYPE;
  32. extern TypeDescriptor *t_REAL_TYPE;
  33. extern TypeDescriptor *t_STRING_TYPE;
  34. extern TypeDescriptor *t_BINARY_TYPE;
  35. extern TypeDescriptor *t_BOOLEAN_TYPE;
  36. extern TypeDescriptor *t_LOGICAL_TYPE;
  37. extern TypeDescriptor *t_NUMBER_TYPE;
  38. extern TypeDescriptor *t_GENERIC_TYPE;
  39. */
  40. #include <HEADER.h> 
  41. extern void s_HEADER_SCHEMAInit (Registry & r);
  42. #endif
  43.