X-Git-Url: http://g0dil.de/git?a=blobdiff_plain;f=Packets%2Fdocstub.hh;h=95559ddd7ef8e885e7bc42647443db525679bb98;hb=9a988902090d28007578e93bffd809f6bd913155;hp=3607b8f0844f67852b5693d3e030a8e4342f37fc;hpb=c52cd7d87dbb525c1267aad27391b8b7365dbb57;p=senf.git diff --git a/Packets/docstub.hh b/Packets/docstub.hh index 3607b8f..95559dd 100644 --- a/Packets/docstub.hh +++ b/Packets/docstub.hh @@ -1,6 +1,6 @@ // $Id$ // -// Copyright (C) 2006 +// Copyright (C) 2006 // Fraunhofer Institut fuer offene Kommunikationssysteme (FOKUS) // Kompetenzzentrum fuer Satelitenkommunikation (SatCom) // Stefan Bund @@ -35,7 +35,7 @@ namespace boost { template struct iterator_facade {}; template struct intrusive_ptr { T * ptr; }; template struct shared_ptr { T * ptr; }; - + } namespace std { @@ -43,7 +43,7 @@ namespace std { struct exception {}; template struct vector { T * elements; }; template struct list { T * elements; }; - + } ///////////////////////////////hh.e//////////////////////////////////////// @@ -55,5 +55,8 @@ namespace std { // Local Variables: // mode: c++ -// c-file-style: "satcom" +// fill-column: 100 +// c-file-style: "senf" +// indent-tabs-mode: nil +// ispell-local-dictionary: "american" // End: