X-Git-Url: http://g0dil.de/git?a=blobdiff_plain;f=Socket%2FSocketProtocol.cti;h=c474949e1729be2aa87bd62c04e291a8eee98147;hb=1ad3873b372da6187b1fbc645bf276287d2efb54;hp=ff56cc19308ef69e63ea6fee0e28136bb0d7761a;hpb=ac6a813d9d99f7add4e13aff7a4bcd314d5604a6;p=senf.git diff --git a/Socket/SocketProtocol.cti b/Socket/SocketProtocol.cti index ff56cc1..c474949 100644 --- a/Socket/SocketProtocol.cti +++ b/Socket/SocketProtocol.cti @@ -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 inline template functions +/** \file + \brief SocketProtocol and ConcreteSocketProtocol inline template implementation + */ //#include "SocketProtocol.ih" @@ -29,6 +31,9 @@ #define prefix_ inline ///////////////////////////////cti.p/////////////////////////////////////// +/////////////////////////////////////////////////////////////////////////// +// senf::ConcreteSocketProtocol + template prefix_ senf::ConcreteSocketProtocol::~ConcreteSocketProtocol() {} @@ -47,5 +52,10 @@ senf::ConcreteSocketProtocol::policy() // Local Variables: // mode: c++ +// fill-column: 100 // c-file-style: "senf" +// indent-tabs-mode: nil +// ispell-local-dictionary: "american" +// compile-command: "scons -u test" +// comment-column: 40 // End: