Main Page   Namespace List   Class Hierarchy   Alphabetical List   Compound List   File List   Compound Members  

femain.cpp

00001 #include <femain.h>
00002 
00003 FEMain::FEMain() {
00004 }
00005 
00006 FEMain::~FEMain() {
00007         list <SWDisplay *>::iterator it;
00008 
00009         for (it = displays.begin(); it != displays.end(); it++)
00010                 delete *it;
00011 
00012 }

Generated on Thu Jun 20 22:12:59 2002 for The Sword Project by doxygen1.2.15