minor fixes for clang++
[senf.git] / senf / Packets.hh
1 // $Id$
2 //
3 // Copyright (C) 2007
4 // Fraunhofer Institut fuer offene Kommunikationssysteme (FOKUS)
5 // Kompetenzzentrum fuer Satelitenkommunikation (SatCom)
6 //
7 // The contents of this file are subject to the Fraunhofer FOKUS Public License
8 // Version 1.0 (the "License"); you may not use this file except in compliance
9 // with the License. You may obtain a copy of the License at 
10 // http://senf.berlios.de/license.html
11 //
12 // The Fraunhofer FOKUS Public License Version 1.0 is based on, 
13 // but modifies the Mozilla Public License Version 1.1.
14 // See the full license text for the amendments.
15 //
16 // Software distributed under the License is distributed on an "AS IS" basis, 
17 // WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License 
18 // for the specific language governing rights and limitations under the License.
19 //
20 // The Original Code is Fraunhofer FOKUS code.
21 //
22 // The Initial Developer of the Original Code is Fraunhofer-Gesellschaft e.V. 
23 // (registered association), Hansastraße 27 c, 80686 Munich, Germany.
24 // All Rights Reserved.
25 //
26 // Contributor(s):
27 //   Stefan Bund <g0dil@berlios.de>
28
29
30 #include <senf/Packets/Packets.hh>
31
32 \f
33 // Local Variables:
34 // mode: c++
35 // fill-column: 100
36 // comment-column: 40
37 // c-file-style: "senf"
38 // indent-tabs-mode: nil
39 // ispell-local-dictionary: "american"
40 // compile-command: "scons -u test"
41 // End: