VirtualBox

source: vbox/trunk/src/VBox/Main/webservice/gsoap/stlvector.h@ 16660

Last change on this file since 16660 was 16120, checked in by vboxsync, 16 years ago

export webservices to OSE

  • Property svn:eol-style set to native
File size: 2.2 KB
Line 
1/*
2
3stlvector.h
4
5Use #import "stlvector.h" in a gSOAP header file to enable STL vectors.
6
7Use soapcpp2 option -Ipath:path:... to specify the path(s) for #import
8
9gSOAP XML Web services tools
10Copyright (C) 2000-2005, Robert van Engelen, Genivia Inc., All Rights Reserved.
11This part of the software is released under one of the following licenses:
12GPL, the gSOAP public license, or Genivia's license for commercial use.
13--------------------------------------------------------------------------------
14gSOAP public license.
15
16The contents of this file are subject to the gSOAP Public License Version 1.3
17(the "License"); you may not use this file except in compliance with the
18License. You may obtain a copy of the License at
19http://www.cs.fsu.edu/~engelen/soaplicense.html
20Software distributed under the License is distributed on an "AS IS" basis,
21WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License
22for the specific language governing rights and limitations under the License.
23
24The Initial Developer of the Original Code is Robert A. van Engelen.
25Copyright (C) 2000-2005 Robert A. van Engelen, Genivia inc. All Rights Reserved.
26--------------------------------------------------------------------------------
27GPL license.
28
29This program is free software; you can redistribute it and/or modify it under
30the terms of the GNU General Public License as published by the Free Software
31Foundation; either version 2 of the License, or (at your option) any later
32version.
33
34This program is distributed in the hope that it will be useful, but WITHOUT ANY
35WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A
36PARTICULAR PURPOSE. See the GNU General Public License for more details.
37
38You should have received a copy of the GNU General Public License along with
39this program; if not, write to the Free Software Foundation, Inc., 59 Temple
40Place, Suite 330, Boston, MA 02111-1307 USA
41
42Author contact information:
43[email protected] / [email protected]
44--------------------------------------------------------------------------------
45A commercial use license is available from Genivia, Inc., [email protected]
46--------------------------------------------------------------------------------
47*/
48
49#include <vector>
50template <class T> class std::vector;
Note: See TracBrowser for help on using the repository browser.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette