 
#ifndef traced_DEFINED
#define traced_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 traced.ch and will be
 * overwritten.  Make changes to traced.ch instead.
 */ 
 
#ifndef class_StaticInfoOnly
/* 
 * The following information was copied, as-is, from traced.ch.
 */ 
 
/* Copyright 1992 Andrew Toolkit Consortium, Carnegie Mellon University */






/* 
 * End of information copied from traced.ch.
 */ 
 
#endif /* class_StaticInfoOnly *//* 
 * Include the superclass information
 */ 
/* traced has no super class */ 
 
 
#ifndef class_StaticInfoOnly
/* 
 * Data structure for traced 
 */ 
struct traced { 
    struct {
	struct basicobject_methods *traced_methods;
    } header;
	unsigned long refcount;

};

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

#endif /* class_StaticInfoOnly */

#ifndef class_StaticInfoOnly

#ifndef traced_PROGRAMMERVERSION
#define traced_PROGRAMMERVERSION 1
#endif /* traced_PROGRAMMERVERSION */

#ifdef traced_VERSION
#undef traced_VERSION
#endif /* traced_VERSION */
#define traced_VERSION ((((traced_PROGRAMMERVERSION << 16) ^ (0 << 8) ^ sizeof(struct traced)) & 0x7ffff) + 0x80000 + (2 << 20))


#endif /* class_StaticInfoOnly */
#define traced_StaticLoadOnlyThisClass()  \
{ extern struct classinfo *traced__GetClassInfo(); \
 extern struct classheader *traced_classheader_StaticExport; \
  (void) class_EnterInfo(NULL, traced_classheader_StaticExport->name, traced__GetClassInfo, NULL, traced_classheader_StaticExport->namekey); } 
 
#define traced_StaticLoad()  \
    { \
    traced_StaticLoadOnlyThisClass();  \
    } 
 
#define traced_StaticEntry  {traced_StaticLoad()} 
 
#ifndef class_StaticInfoOnly
static struct classheader traced_classheader = {
    traced_VERSION,
    "traced",
    "traced",
    (struct basicobject_methods *) &class_RoutineStruct,
};

#define traced_CLASSPROCEDURES (traced_classheader.classprocedures)
int traced_classref_;
#endif /* class_StaticInfoOnly */

#endif /* traced_DEFINED */

#if !defined(traced_ROUTINESDEFINED) && !defined(dontDefineRoutinesFor_traced) && !defined(class_StaticEntriesOnly)
#define traced_ROUTINESDEFINED

#define traced_Reference(self) \
 (((self))->refcount++)
#define traced_UnReference(self) \
 ((((self))->refcount>0)?((self))->refcount--:0)
#define traced_ReferenceCount(self) \
 (((self))->refcount)

#define traced_NewFromObject(self) \
    ((* ((struct traced * (*)())((self)->header.traced_methods->info->procs->routines[0]))) (&traced_classheader, (self)->header.traced_methods->info->versionnumber))
#define traced_New() \
    (*((struct traced * (*)()) (traced_CLASSPROCEDURES->routines[0])))(&traced_classheader,traced_VERSION)
#define traced_Initialize(self) \
    (*((void (*)()) (traced_CLASSPROCEDURES->routines[2])))(&traced_classheader,self, traced_VERSION)

#define traced_Destroy(self) \
    ((* ((void (*)()) ((self)->header.traced_methods->info->procs->routines[1]))) (&traced_classheader, self))
#define traced_Finalize(self) \
    (*((void (*)()) (traced_CLASSPROCEDURES->routines[3])))(&traced_classheader,self)

#define traced_Destroyp(self) \
    (*((boolean (*)()) (traced_CLASSPROCEDURES->routines[5])))(&traced_classheader,self)
#define traced_InitializeObject(self) \
    (*((boolean (*)()) (traced_CLASSPROCEDURES->routines[6])))(&traced_classheader,self)
#define traced_FinalizeObject(self) \
    (*((void (*)()) (traced_CLASSPROCEDURES->routines[7])))(&traced_classheader,self)


#endif /* !defined(traced_ROUTINESDEFINED) && !defined(dontDefineRoutinesFor_traced ) && !defined(class_StaticEntriesOnly)*/

