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.CPP < prev    next >
C/C++ Source or Header  |  1994-08-06  |  939b  |  37 lines

  1. #ifndef  SCHEMAHEADER_CPP
  2. #define  SCHEMAHEADER_CPP
  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. ////////////////////////////////////////////////
  16. // NOTICE /////////////////////////
  17. ////////////////////////////////////////////////
  18. // You need to change the name of this function to 'HeaderSchemaInit()' from 
  19. // 'SchemaInit()'
  20. ////////////////////////////////////////////////
  21.  
  22. // This file was generated by fedex_plus.  You probably don't want to edit
  23. // it since your modifications will be lost if fedex_plus is used to
  24. // regenerate it.
  25.  
  26. /* $Id: schemaheader.cc,v 2.0.1.1 1994/04/05 16:42:46 sauderd Exp $  */ 
  27.  
  28. #include <schemaheader.h>
  29.  
  30. void 
  31. HeaderSchemaInit (Registry & reg)
  32. {
  33.     s_HEADER_SCHEMAInit (reg); 
  34.  
  35. }
  36. #endif
  37.