 
#ifndef metax_DEFINED
#define metax_DEFINED 1
 
#ifndef class_DEFINED
#include <class.h>
#endif /* class_DEFINED */
/* 
 * This file was generated by the Andrew class system preprocessor.
 * Don't make changes to this file as it is created from metax.ch and will be
 * overwritten.  Make changes to metax.ch instead.
 */ 
 
#ifndef class_StaticInfoOnly
/* 
 * The following information was copied, as-is, from metax.ch.
 */ 
 
/* ********************************************************************** *\
 *         Copyright IBM Corporation 1988,1991 - All Rights Reserved      *
 *        For full copyright information see:'andrew/config/COPYRITE'     *
\* ********************************************************************** */

/* metax package for ATK by Rob Ryan March 19, 1989 */






/* 
 * End of information copied from metax.ch.
 */ 
 
#endif /* class_StaticInfoOnly *//* 
 * Include the superclass information
 */ 
/* metax has no super class */ 
 
 
#ifndef class_StaticInfoOnly
/* 
 * Data structure for metax 
 */ 
/* metax is a package.  Packages don't have any data */ 

 
/* 
 * End of data structure for metax.
 */ 
 

#endif /* class_StaticInfoOnly */

#ifndef class_StaticInfoOnly

#ifndef metax_PROGRAMMERVERSION
#define metax_PROGRAMMERVERSION 1
#endif /* metax_PROGRAMMERVERSION */

#ifdef metax_VERSION
#undef metax_VERSION
#endif /* metax_VERSION */
#define metax_VERSION ((((metax_PROGRAMMERVERSION << 16) ^ (1 << 8)) & 0x7ffff) + (1 << 20))


#endif /* class_StaticInfoOnly */
#define metax_StaticLoadOnlyThisClass()  \
{ extern struct classinfo *metax__GetClassInfo(); \
 extern struct classheader *metax_classheader_StaticExport; \
  (void) class_EnterInfo(NULL, metax_classheader_StaticExport->name, metax__GetClassInfo, NULL, metax_classheader_StaticExport->namekey); } 
 
#define metax_StaticLoad()  \
    { \
    metax_StaticLoadOnlyThisClass();  \
    } 
 
#define metax_StaticEntry  {metax_StaticLoad()} 
 
#ifndef class_StaticInfoOnly
static struct classheader metax_classheader = {
    metax_VERSION,
    "metax",
    "metax",
    (struct basicobject_methods *) &class_RoutineStruct,
};

#define metax_CLASSPROCEDURES (metax_classheader.classprocedures)
int metax_classref_;
#endif /* class_StaticInfoOnly */

#endif /* metax_DEFINED */

#if !defined(metax_ROUTINESDEFINED) && !defined(dontDefineRoutinesFor_metax) && !defined(class_StaticEntriesOnly)
#define metax_ROUTINESDEFINED


#define metax_InitializeClass() \
    (*((boolean (*)()) (metax_CLASSPROCEDURES->routines[0])))(&metax_classheader)


#endif /* !defined(metax_ROUTINESDEFINED) && !defined(dontDefineRoutinesFor_metax ) && !defined(class_StaticEntriesOnly)*/

