 
#ifndef updatelist_DEFINED
#define updatelist_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 updlist.ch and will be
 * overwritten.  Make changes to updlist.ch instead.
 */ 
 
#ifndef class_StaticInfoOnly
/* 
 * The following information was copied, as-is, from updlist.ch.
 */ 
 
/* ********************************************************************** *\
 *         Copyright IBM Corporation 1988,1991 - All Rights Reserved      *
 *        For full copyright information see:'andrew/config/COPYRITE'     *
\* ********************************************************************** */

/*
	$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.
* $
*/


 


struct updateitem {
    struct view *view;
    struct updateitem *next;
};






/* 
 * End of information copied from updlist.ch.
 */ 
 
#endif /* class_StaticInfoOnly *//* 
 * Include the superclass information
 */ 
/* updatelist has no super class */ 
 
 
#ifndef class_StaticInfoOnly
/* 
 * Data structure for updatelist 
 */ 
struct updatelist { 
    struct {
	struct basicobject_methods *updatelist_methods;
    } header;
    struct updateitem *updates;

};

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

#endif /* class_StaticInfoOnly */

#ifndef class_StaticInfoOnly

#ifndef updatelist_PROGRAMMERVERSION
#define updatelist_PROGRAMMERVERSION 1
#endif /* updatelist_PROGRAMMERVERSION */

#ifdef updatelist_VERSION
#undef updatelist_VERSION
#endif /* updatelist_VERSION */
#define updatelist_VERSION ((((updatelist_PROGRAMMERVERSION << 16) ^ (3 << 8) ^ sizeof(struct updatelist)) & 0x7ffff) + 0x80000 + (1 << 20))


#endif /* class_StaticInfoOnly */
#define updatelist_StaticLoadOnlyThisClass()  \
{ extern struct classinfo *updatelist__GetClassInfo(); \
 extern struct classheader *updlist_classheader_StaticExport; \
  (void) class_EnterInfo(NULL, updlist_classheader_StaticExport->name, updatelist__GetClassInfo, NULL, updlist_classheader_StaticExport->namekey); } 
 
#define updatelist_StaticLoad()  \
    { \
    updatelist_StaticLoadOnlyThisClass();  \
    } 
 
#define updatelist_StaticEntry  {updatelist_StaticLoad()} 
 
#define updlist_StaticEntry  {updatelist_StaticLoad()} 
 
#ifndef class_StaticInfoOnly
static struct classheader updatelist_classheader = {
    updatelist_VERSION,
    "updatelist",
    "updlist",
    (struct basicobject_methods *) &class_RoutineStruct,
};

#define updatelist_CLASSPROCEDURES (updatelist_classheader.classprocedures)
int updlist_classref_;
#endif /* class_StaticInfoOnly */

#endif /* updatelist_DEFINED */

#if !defined(updatelist_ROUTINESDEFINED) && !defined(dontDefineRoutinesFor_updatelist) && !defined(class_StaticEntriesOnly)
#define updatelist_ROUTINESDEFINED

#define updatelist_AddTo(self,view) \
    ((* ((void (*)())((self)->header.updatelist_methods->routines[0]))) (self,view))
#define updatelist_DeleteTree(self,tree) \
    ((* ((void (*)())((self)->header.updatelist_methods->routines[1]))) (self,tree))
#define updatelist_Clear(self) \
    ((* ((void (*)())((self)->header.updatelist_methods->routines[2]))) (self))
#define updatelist_UpdatesPending(self) \
 ((self)->updates != NULL)

#define updatelist_NewFromObject(self) \
    ((* ((struct updatelist * (*)())((self)->header.updatelist_methods->info->procs->routines[0]))) (&updatelist_classheader, (self)->header.updatelist_methods->info->versionnumber))
#define updatelist_New() \
    (*((struct updatelist * (*)()) (updatelist_CLASSPROCEDURES->routines[0])))(&updatelist_classheader,updatelist_VERSION)
#define updatelist_Initialize(self) \
    (*((void (*)()) (updatelist_CLASSPROCEDURES->routines[2])))(&updatelist_classheader,self, updatelist_VERSION)

#define updatelist_Destroy(self) \
    ((* ((void (*)()) ((self)->header.updatelist_methods->info->procs->routines[1]))) (&updatelist_classheader, self))
#define updatelist_Finalize(self) \
    (*((void (*)()) (updatelist_CLASSPROCEDURES->routines[3])))(&updatelist_classheader,self)

#define updatelist_FinalizeObject(self) \
    (*((void (*)()) (updatelist_CLASSPROCEDURES->routines[5])))(&updatelist_classheader,self)
#define updatelist_InitializeObject(self) \
    (*((boolean (*)()) (updatelist_CLASSPROCEDURES->routines[6])))(&updatelist_classheader,self)


#endif /* !defined(updatelist_ROUTINESDEFINED) && !defined(dontDefineRoutinesFor_updatelist ) && !defined(class_StaticEntriesOnly)*/

