X-Git-Url: http://g0dil.de/git?a=blobdiff_plain;f=Socket%2FSocketProtocol.cc;h=d2c377f588583225c1d0ee37025ac056b5bdab2e;hb=9a988902090d28007578e93bffd809f6bd913155;hp=f82cd5f89e9c1305962752adfbbe66054344681c;hpb=c52cd7d87dbb525c1267aad27391b8b7365dbb57;p=senf.git diff --git a/Socket/SocketProtocol.cc b/Socket/SocketProtocol.cc index f82cd5f..d2c377f 100644 --- a/Socket/SocketProtocol.cc +++ b/Socket/SocketProtocol.cc @@ -1,6 +1,6 @@ // $Id$ // -// Copyright (C) 2006 +// Copyright (C) 2006 // Fraunhofer Institut fuer offene Kommunikationssysteme (FOKUS) // Kompetenzzentrum fuer Satelitenkommunikation (SatCom) // Stefan Bund @@ -20,7 +20,9 @@ // Free Software Foundation, Inc., // 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. -// Definition of non-inline non-template functions +/** \file + \brief SocketProtocol and ConcreteSocketProtocol non-inline non-template implementation + */ #include "SocketProtocol.hh" //#include "SocketProtocol.ih" @@ -31,7 +33,7 @@ #define prefix_ ///////////////////////////////cc.p//////////////////////////////////////// -prefix_ void satcom::lib::SocketProtocol::state(SocketStateMap & map, unsigned lod) +prefix_ void senf::SocketProtocol::state(SocketStateMap & map, unsigned lod) const {} @@ -42,5 +44,8 @@ prefix_ void satcom::lib::SocketProtocol::state(SocketStateMap & map, unsigned l // Local Variables: // mode: c++ -// c-file-style: "satcom" +// fill-column: 100 +// c-file-style: "senf" +// indent-tabs-mode: nil +// ispell-local-dictionary: "american" // End: