~ubuntu-branches/ubuntu/saucy/resiprocate/saucy-proposed

« back to all changes in this revision

Viewing changes to resip/stack/HeaderTypes.cxx

  • Committer: Package Import Robot
  • Author(s): Daniel Pocock
  • Date: 2012-05-17 19:29:59 UTC
  • Revision ID: package-import@ubuntu.com-20120517192959-vv00m77isztdy64q
Tags: upstream-1.8.2
ImportĀ upstreamĀ versionĀ 1.8.2

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
#if defined(HAVE_CONFIG_H)
 
2
#include "config.h"
 
3
#endif
 
4
 
 
5
#include "rutil/compat.hxx"
 
6
#include "rutil/Data.hxx"
 
7
#include "resip/stack/HeaderTypes.hxx"
 
8
#include "resip/stack/Headers.hxx"
 
9
#include "resip/stack/Symbols.hxx"
 
10
 
 
11
using namespace resip;
 
12
 
 
13
/* ====================================================================
 
14
 * The Vovida Software License, Version 1.0 
 
15
 * 
 
16
 * Copyright (c) 2000 Vovida Networks, Inc.  All rights reserved.
 
17
 * 
 
18
 * Redistribution and use in source and binary forms, with or without
 
19
 * modification, are permitted provided that the following conditions
 
20
 * are met:
 
21
 * 
 
22
 * 1. Redistributions of source code must retain the above copyright
 
23
 *    notice, this list of conditions and the following disclaimer.
 
24
 * 
 
25
 * 2. Redistributions in binary form must reproduce the above copyright
 
26
 *    notice, this list of conditions and the following disclaimer in
 
27
 *    the documentation and/or other materials provided with the
 
28
 *    distribution.
 
29
 * 
 
30
 * 3. The names "VOCAL", "Vovida Open Communication Application Library",
 
31
 *    and "Vovida Open Communication Application Library (VOCAL)" must
 
32
 *    not be used to endorse or promote products derived from this
 
33
 *    software without prior written permission. For written
 
34
 *    permission, please contact vocal@vovida.org.
 
35
 *
 
36
 * 4. Products derived from this software may not be called "VOCAL", nor
 
37
 *    may "VOCAL" appear in their name, without prior written
 
38
 *    permission of Vovida Networks, Inc.
 
39
 * 
 
40
 * THIS SOFTWARE IS PROVIDED "AS IS" AND ANY EXPRESSED OR IMPLIED
 
41
 * WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
 
42
 * OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE, TITLE AND
 
43
 * NON-INFRINGEMENT ARE DISCLAIMED.  IN NO EVENT SHALL VOVIDA
 
44
 * NETWORKS, INC. OR ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT DAMAGES
 
45
 * IN EXCESS OF $1,000, NOR FOR ANY INDIRECT, INCIDENTAL, SPECIAL,
 
46
 * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,
 
47
 * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR
 
48
 * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY
 
49
 * OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
 
50
 * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE
 
51
 * USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH
 
52
 * DAMAGE.
 
53
 * 
 
54
 * ====================================================================
 
55
 * 
 
56
 * This software consists of voluntary contributions made by Vovida
 
57
 * Networks, Inc. and many individuals on behalf of Vovida Networks,
 
58
 * Inc.  For more information on Vovida Networks, Inc., please see
 
59
 * <http://www.vovida.org/>.
 
60
 *
 
61
 */