X-Git-Url: http://g0dil.de/git?a=blobdiff_plain;f=Packets%2Fdocstub.hh;h=95559ddd7ef8e885e7bc42647443db525679bb98;hb=9a988902090d28007578e93bffd809f6bd913155;hp=3ed13bf777443091722a4b12694cb11516b83dee;hpb=ac6a813d9d99f7add4e13aff7a4bcd314d5604a6;p=senf.git diff --git a/Packets/docstub.hh b/Packets/docstub.hh index 3ed13bf..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++ +// fill-column: 100 // c-file-style: "senf" +// indent-tabs-mode: nil +// ispell-local-dictionary: "american" // End: