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 00022 #ifndef jasperserver_unmarshaller_H 00023 #define jasperserver_unmarshaller_H 00024 00025 #include "stringbuffer.h" 00026 #include "repository.h" 00027 00028 jasperserver_operation_result_t *jasperserver_response_unmarshal( jasperserver_string_t *buffer ); 00029 00030 #endif