include/xml-file-object.hpp

00001 /* -*- Mode: C; indent-tabs-mode: t; c-basic-offset: 4; tab-width: 4 -*- */
00002 /*
00003  * frpuniverse
00004  * Copyright (C) Peter L. Berghold 2008 <Peter@Berghold.net>
00005  * 
00006  * frpuniverse is free software.
00007  * 
00008  * You may redistribute it and/or modify it under the terms of the
00009  * GNU General Public License, as published by the Free Software
00010  * Foundation; either version 2 of the License, or (at your option)
00011  * any later version.
00012  * 
00013  * frpuniverse is distributed in the hope that it will be useful,
00014  * but WITHOUT ANY WARRANTY; without even the implied warranty of
00015  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
00016  * See the GNU General Public License for more details.
00017  * 
00018  * You should have received a copy of the GNU General Public License
00019  * along with frpuniverse.  If not, write to:
00020  *      The Free Software Foundation, Inc.,
00021  *      51 Franklin Street, Fifth Floor
00022  *      Boston, MA  02110-1301, USA.
00023  *
00024  *
00025  * $Id: xml-file-object.hpp,v 1.1 2008/02/19 19:31:21 plankowner Exp $
00026  * 
00027  * $Log: xml-file-object.hpp,v $
00028  * Revision 1.1  2008/02/19 19:31:21  plankowner
00029  * Reorganized the source files and headers for this project
00030  *
00031  * Changed the personObj attribute "constitution" to "endurance" (DOH!)
00032  * since endurance is the Traveller gaming system not the D&D system. :-)
00033  *
00034  * Revision 1.2  2008/02/12 19:51:50  plankowner
00035  * This set of changes is all about documentation of the source files as well as setting up Doxygen documentation.
00036  *
00037  * Revision 1.1  2008/02/01 16:27:15  plankowner
00038  * checkpoint
00039  *
00040  *
00041  *
00042  *
00043  */
00044 
00045 #ifndef _XML_FILE_OBJECT_HPP_
00046 #define _XML_FILE_OBJECT_HPP_
00047 
00056 class XMLFileObject
00057 {
00058 public:
00059 
00063         XMLFileObject();
00070         int PersistToXMLFile(char *fname);
00071         
00072 protected:
00073 
00074 private:
00075 
00076 };
00077 
00078 #endif // _XML_FILE_OBJECT_HPP_

Generated on Fri Mar 7 16:40:53 2008 for frpuniverse by  doxygen 1.4.7