00001 /* 00002 * Copyright (C) 2007 JasperSoft http://www.jaspersoft.com 00003 * 00004 * This program is free software; you can redistribute it and/or modify 00005 * it under the terms of the GNU General Public License as published by 00006 * the Free Software Foundation; either version 2 of the License, or 00007 * (at your option) any later version. 00008 * 00009 * This program is distributed WITHOUT ANY WARRANTY; and without the 00010 * implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. 00011 * See the GNU General Public License for more details. 00012 * 00013 * You should have received a copy of the GNU General Public License 00014 * along with this program; if not, see http://www.gnu.org/licenses/gpl.txt 00015 * or write to: 00016 * 00017 * Free Software Foundation, Inc., 00018 * 59 Temple Place - Suite 330, 00019 * Boston, MA USA 02111-1307 00020 */ 00021 00028 #ifndef jasperserver_H 00029 #define jasperserver_H 00030 00031 #include "stringbuffer.h" 00032 #include "repository.h" 00033 #include "marshaller.h" 00034 #include "unmarshaller.h" 00035 #include "services.h" 00036 #include "attachment.h" 00037 00038 00039 #endif