 
#ifndef vutils_DEFINED
#define vutils_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 vutils.ch and will be
 * overwritten.  Make changes to vutils.ch instead.
 */ 
 
#ifndef class_StaticInfoOnly
/* 
 * The following information was copied, as-is, from vutils.ch.
 */ 
 

 

/*************************************************
 * Copyright (C) 1990 by the Massachusetts Institute of Technology
 * Permission to use, copy, modify, distribute, and sell 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 and
 * this permission notice appear in supporting documentation,
 * and that the name of M.I.T. not be used in advertising or
 * publicity pertaining to distribution of the software without
 * specific, written prior permission.  M.I.T. makes no
 * representations about the suitability of this software for any
 * purpose.  It is provided "as is" without express or implied
 * warranty.
 *************************************************/

/*
	$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 vutils.ch.
 */ 
 
#endif /* class_StaticInfoOnly *//* 
 * Include the superclass information
 */ 
/* vutils has no super class */ 
 
 
#ifndef class_StaticInfoOnly
/* 
 * Data structure for vutils 
 */ 
/* vutils is a package.  Packages don't have any data */ 

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

#endif /* class_StaticInfoOnly */

#ifndef class_StaticInfoOnly

#ifndef vutils_PROGRAMMERVERSION
#define vutils_PROGRAMMERVERSION 1
#endif /* vutils_PROGRAMMERVERSION */

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


#endif /* class_StaticInfoOnly */
#define vutils_StaticLoadOnlyThisClass()  \
{ extern struct classinfo *vutils__GetClassInfo(); \
 extern struct classheader *vutils_classheader_StaticExport; \
  (void) class_EnterInfo(NULL, vutils_classheader_StaticExport->name, vutils__GetClassInfo, NULL, vutils_classheader_StaticExport->namekey); } 
 
#define vutils_StaticLoad()  \
    { \
    vutils_StaticLoadOnlyThisClass();  \
    } 
 
#define vutils_StaticEntry  {vutils_StaticLoad()} 
 
#ifndef class_StaticInfoOnly
static struct classheader vutils_classheader = {
    vutils_VERSION,
    "vutils",
    "vutils",
    (struct basicobject_methods *) &class_RoutineStruct,
};

#define vutils_CLASSPROCEDURES (vutils_classheader.classprocedures)
int vutils_classref_;
#endif /* class_StaticInfoOnly */

#endif /* vutils_DEFINED */

#if !defined(vutils_ROUTINESDEFINED) && !defined(dontDefineRoutinesFor_vutils) && !defined(class_StaticEntriesOnly)
#define vutils_ROUTINESDEFINED


#define vutils_InitializeClass() \
    (*((boolean (*)()) (vutils_CLASSPROCEDURES->routines[0])))(&vutils_classheader)


#endif /* !defined(vutils_ROUTINESDEFINED) && !defined(dontDefineRoutinesFor_vutils ) && !defined(class_StaticEntriesOnly)*/

