#ifndef SCHEMA_H #define SCHEMA_H // This file was generated by fedex_plus. You probably don't want to edit // it since your modifications will be lost if fedex_plus is used to // regenerate it. /* $Id: schema.h,v 1.3 2000/01/21 13:42:41 gcosmo Exp $ */ #ifdef SCL_LOGGING #include #endif #ifdef __OSTORE__ #include // Required to access ObjectStore Class Library #endif #ifdef __O3DB__ #include #endif #include #include #include #include #include #include #include extern void SchemaInit (Registry &); extern void InitSchemasAndEnts (Registry &); #include extern void SdaiCONFIG_CONTROL_DESIGNInit (Registry & r); #ifdef __OSTORE__ #include #endif #include ComplexCollect *gencomplex(); SCLP23(Model_contents_ptr) GetModelContents(char *schemaName); #endif