/* IBM_PROLOG_BEGIN_TAG                                                   */
/* This is an automatically generated prolog.                             */
/*                                                                        */
/* 61haes_r714 src/43haes/lib/libclres/clresourcetype.cre 1.1             */
/*                                                                        */
/* Licensed Materials - Property of IBM                                   */
/*                                                                        */
/* Restricted Materials of IBM                                            */
/*                                                                        */
/* COPYRIGHT International Business Machines Corp. 2009,2010              */
/* All Rights Reserved                                                    */
/*                                                                        */
/* US Government Users Restricted Rights - Use, duplication or            */
/* disclosure restricted by GSA ADP Schedule Contract with IBM Corp.      */
/*                                                                        */
/* IBM_PROLOG_END_TAG                                                     */
/* @(#)28	1.1  src/43haes/lib/libclres/clresourcetype.cre, hacmp, 61haes_r714 11/28/11 15:02:04 */
class HACMPresourcetype {
	char type[129];		/* Type of resource PREDEFINED/USERDEFINED */
	char name[129];	 	/* Name of the resource type */
	int weight;		      /* Weight associated with the resource type */
  }

