 
#ifndef messitem_DEFINED
#define messitem_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 messitem.ch and will be
 * overwritten.  Make changes to messitem.ch instead.
 */ 
 
#ifndef class_StaticInfoOnly
/* 
 * The following information was copied, as-is, from messitem.ch.
 */ 
 
/* Copyright 1993 Carnegie Mellon University All rights reserved.
  $Disclaimer: 
 * Permission to use, copy, modify, and distribute this software and its 
 * documentation for any purpose is hereby granted without fee, 
 * provided that the above copyright notice appear in all copies and that 
 * both that copyright notice, this permission notice, and the following 
 * disclaimer appear in supporting documentation, and that the names of 
 * IBM, Carnegie Mellon University, and other copyright holders, not be 
 * used in advertising or publicity pertaining to distribution of the software 
 * without specific, written prior permission.
 * 
 * IBM, CARNEGIE MELLON UNIVERSITY, AND THE OTHER COPYRIGHT HOLDERS 
 * DISCLAIM ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, INCLUDING 
 * ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS.  IN NO EVENT 
 * SHALL IBM, CARNEGIE MELLON UNIVERSITY, OR ANY OTHER COPYRIGHT HOLDER 
 * BE LIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY 
 * DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, 
 * WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS 
 * ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE 
 * OF THIS SOFTWARE.
 *  $
 */

 




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

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

#endif /* class_StaticInfoOnly */

#ifndef class_StaticInfoOnly

#ifndef messitem_PROGRAMMERVERSION
#define messitem_PROGRAMMERVERSION 1
#endif /* messitem_PROGRAMMERVERSION */

#ifdef messitem_VERSION
#undef messitem_VERSION
#endif /* messitem_VERSION */
#define messitem_VERSION ((((messitem_PROGRAMMERVERSION << 16) ^ (3 << 8)) & 0x7ffff) + (128 << 20))


#endif /* class_StaticInfoOnly */
#define messitem_StaticLoadOnlyThisClass()  \
{ extern struct classinfo *messitem__GetClassInfo(); \
 extern struct classheader *messitem_classheader_StaticExport; \
  (void) class_EnterInfo(NULL, messitem_classheader_StaticExport->name, messitem__GetClassInfo, NULL, messitem_classheader_StaticExport->namekey); } 
 
#define messitem_StaticLoad()  \
    { \
    messitem_StaticLoadOnlyThisClass();  \
    } 
 
#define messitem_StaticEntry  {messitem_StaticLoad()} 
 
#ifndef class_StaticInfoOnly
static struct classheader messitem_classheader = {
    messitem_VERSION,
    "messitem",
    "messitem",
    (struct basicobject_methods *) &class_RoutineStruct,
};

#define messitem_CLASSPROCEDURES (messitem_classheader.classprocedures)
int messitem_classref_;
#endif /* class_StaticInfoOnly */

#endif /* messitem_DEFINED */

#if !defined(messitem_ROUTINESDEFINED) && !defined(dontDefineRoutinesFor_messitem) && !defined(class_StaticEntriesOnly)
#define messitem_ROUTINESDEFINED


#define messitem_Exists(str) \
    (*((struct messitem * (*)()) (messitem_CLASSPROCEDURES->routines[0])))(&messitem_classheader,str)
#define messitem_Replace(str) \
    (*((char * (*)()) (messitem_CLASSPROCEDURES->routines[1])))(&messitem_classheader,str)
#define messitem_InitMessFile() \
    (*((void (*)()) (messitem_CLASSPROCEDURES->routines[2])))(&messitem_classheader)


#endif /* !defined(messitem_ROUTINESDEFINED) && !defined(dontDefineRoutinesFor_messitem ) && !defined(class_StaticEntriesOnly)*/

