~ubuntu-branches/ubuntu/precise/kdepim/precise-proposed

« back to all changes in this revision

Viewing changes to kresources/groupwise/soap/stlvector.h

  • Committer: Package Import Robot
  • Author(s): Jonathan Riddell
  • Date: 2012-01-05 12:18:20 UTC
  • mfrom: (0.2.22)
  • Revision ID: package-import@ubuntu.com-20120105121820-gh8azbnw1tf6d8co
Tags: 4:4.7.97-0ubuntu1
* New upstream release candidate
* Remove kdepim-groupware, and kdepim-wizards files no longer made

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
/*
2
 
 
3
 
gSOAP XML Web services tools
4
 
Copyright (C) 2004, Robert van Engelen, Genivia, Inc. All Rights Reserved.
5
 
 
6
 
--------------------------------------------------------------------------------
7
 
gSOAP public license.
8
 
 
9
 
The contents of this file are subject to the gSOAP Public License Version 1.3
10
 
(the "License"); you may not use this file except in compliance with the
11
 
License. You may obtain a copy of the License at
12
 
http://www.cs.fsu.edu/~engelen/soaplicense.html
13
 
Software distributed under the License is distributed on an "AS IS" basis,
14
 
WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License
15
 
for the specific language governing rights and limitations under the License.
16
 
 
17
 
The Initial Developer of the Original Code is Robert A. van Engelen.
18
 
Copyright (C) 2000-2004 Robert A. van Engelen, Genivia inc. All Rights Reserved.
19
 
--------------------------------------------------------------------------------
20
 
GPL license.
21
 
 
22
 
This program is free software; you can redistribute it and/or modify it under
23
 
the terms of the GNU General Public License as published by the Free Software
24
 
Foundation; either version 2 of the License, or (at your option) any later
25
 
version.
26
 
 
27
 
This program is distributed in the hope that it will be useful, but WITHOUT ANY
28
 
WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A
29
 
PARTICULAR PURPOSE. See the GNU General Public License for more details.
30
 
 
31
 
You should have received a copy of the GNU General Public License along with
32
 
this program; if not, write to the Free Software Foundation, Inc., 59 Temple
33
 
Place, Fifth Floor, Boston, MA 02110-1301 USA
34
 
 
35
 
Author contact information:
36
 
engelen@genivia.com / engelen@acm.org
37
 
--------------------------------------------------------------------------------
38
 
*/
39
 
 
40
 
#ifndef SOAP_STLVECTOR_H
41
 
#define SOAP_STLVECTOR_H
42
 
 
43
 
#include <vector>
44
 
template <class T> class std::vector;
45
 
 
46
 
#endif // SOAP_STLVECTOR_H