/***************************************************************************
                          forminstance.h  -  description                              
                             -------------------                                         
    begin                : Sun Mar 21 1999                                           
    copyright            : (C) 1999 by Richard Moore                         
    email                : rich@kde.org                                     
 ***************************************************************************/

/***************************************************************************
 *                                                                         *
 *   This program is free software; you can redistribute it and/or modify  *
 *   it under the terms of the GNU General Public License as published by  *
 *   the Free Software Foundation; either version 2 of the License, or     *
 *   (at your option) any later version.                                   * 
 *                                                                         *
 ***************************************************************************/


#ifndef FORMINSTANCE_H
#define FORMINSTANCE_H

#include <instance.h>

/**
  *@author Richard Moore
  */

class Instance.html">FormInstance : public Instance  {
public: 
	FormInstance(class Component *comp, Instance *parent);
	~FormInstance();
};

#endif


Documentation generated by rich@pegasus on Fri Mar 26 01:08:59 GMT 1999