 
#ifndef deskey_DEFINED
#define deskey_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 deskey.ch and will be
 * overwritten.  Make changes to deskey.ch instead.
 */ 
 
#ifndef class_StaticInfoOnly
/* 
 * The following information was copied, as-is, from deskey.ch.
 */ 
 
/* ********************************************************************** *\
 *         Copyright IBM Corporation 1988,1991 - All Rights Reserved      *
 *        For full copyright information see:'andrew/config/COPYRITE'     *
\* ********************************************************************** */
/* deskey.H -- EZ package to describe key sequences.
 * David Nichols
 * September, 1987 
 */






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

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

#endif /* class_StaticInfoOnly */

#ifndef class_StaticInfoOnly

#ifndef deskey_PROGRAMMERVERSION
#define deskey_PROGRAMMERVERSION 1
#endif /* deskey_PROGRAMMERVERSION */

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


#endif /* class_StaticInfoOnly */
#define deskey_StaticLoadOnlyThisClass()  \
{ extern struct classinfo *deskey__GetClassInfo(); \
 extern struct classheader *deskey_classheader_StaticExport; \
  (void) class_EnterInfo(NULL, deskey_classheader_StaticExport->name, deskey__GetClassInfo, NULL, deskey_classheader_StaticExport->namekey); } 
 
#define deskey_StaticLoad()  \
    { \
    deskey_StaticLoadOnlyThisClass();  \
    } 
 
#define deskey_StaticEntry  {deskey_StaticLoad()} 
 
#ifndef class_StaticInfoOnly
static struct classheader deskey_classheader = {
    deskey_VERSION,
    "deskey",
    "deskey",
    (struct basicobject_methods *) &class_RoutineStruct,
};

#define deskey_CLASSPROCEDURES (deskey_classheader.classprocedures)
int deskey_classref_;
#endif /* class_StaticInfoOnly */

#endif /* deskey_DEFINED */

#if !defined(deskey_ROUTINESDEFINED) && !defined(dontDefineRoutinesFor_deskey) && !defined(class_StaticEntriesOnly)
#define deskey_ROUTINESDEFINED


#define deskey_InitializeClass() \
    (*((boolean (*)()) (deskey_CLASSPROCEDURES->routines[0])))(&deskey_classheader)


#endif /* !defined(deskey_ROUTINESDEFINED) && !defined(dontDefineRoutinesFor_deskey ) && !defined(class_StaticEntriesOnly)*/

