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 / SCLTEST.EXE / EXP / S_SCHEMA.CPP < prev    next >
C/C++ Source or Header  |  1994-12-13  |  384b  |  17 lines

  1. #ifndef  S_SCHEMA_CPP
  2. #define  S_SCHEMA_CPP
  3. // This file was generated by fedex_plus.  You probably don't want to edit
  4. // it since your modifications will be lost if fedex_plus is used to
  5. // regenerate it.
  6. /* $Id$  */ 
  7. class Registry;
  8.  
  9. void 
  10. SchemaInit (Registry & reg)
  11. {
  12.      extern void SdaiEXAMPLE_SCHEMAInit (Registry & r);
  13.      SdaiEXAMPLE_SCHEMAInit (reg); 
  14.  
  15. }
  16. #endif
  17.