00001 /* 00002 00003 gSOAP XML Web services tools 00004 Copyright (C) 2004, Robert van Engelen, Genivia, Inc. All Rights Reserved. 00005 00006 -------------------------------------------------------------------------------- 00007 gSOAP public license. 00008 00009 The contents of this file are subject to the gSOAP Public License Version 1.3 00010 (the "License"); you may not use this file except in compliance with the 00011 License. You may obtain a copy of the License at 00012 http://www.cs.fsu.edu/~engelen/soaplicense.html 00013 Software distributed under the License is distributed on an "AS IS" basis, 00014 WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License 00015 for the specific language governing rights and limitations under the License. 00016 00017 The Initial Developer of the Original Code is Robert A. van Engelen. 00018 Copyright (C) 2000-2004 Robert A. van Engelen, Genivia inc. All Rights Reserved. 00019 -------------------------------------------------------------------------------- 00020 GPL license. 00021 00022 This program is free software; you can redistribute it and/or modify it under 00023 the terms of the GNU General Public License as published by the Free Software 00024 Foundation; either version 2 of the License, or (at your option) any later 00025 version. 00026 00027 This program is distributed in the hope that it will be useful, but WITHOUT ANY 00028 WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A 00029 PARTICULAR PURPOSE. See the GNU General Public License for more details. 00030 00031 You should have received a copy of the GNU General Public License along with 00032 this program; if not, write to the Free Software Foundation, Inc., 59 Temple 00033 Place, Suite 330, Boston, MA 02111-1307 USA 00034 00035 Author contact information: 00036 engelen@genivia.com / engelen@acm.org 00037 -------------------------------------------------------------------------------- 00038 */ 00039 00040 #include <deque> 00041 template <class T> class std::deque;