X-Git-Url: http://g0dil.de/git?a=blobdiff_plain;f=Socket%2FLLAddressing.cti;h=c40134345bef3621f2024c12727b9241c6370794;hb=afa15c46e79de0f407d41fda78b6e8d08700caa8;hp=e8ffd94c9b79b65e79b7a1facc100cca98c692c9;hpb=ac6a813d9d99f7add4e13aff7a4bcd314d5604a6;p=senf.git diff --git a/Socket/LLAddressing.cti b/Socket/LLAddressing.cti index e8ffd94..c401343 100644 --- a/Socket/LLAddressing.cti +++ b/Socket/LLAddressing.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 LLSocketAddress and LLAddressingPolicy inline template implementation + */ #include "LLAddressing.ih" @@ -30,6 +32,7 @@ #define prefix_ inline ///////////////////////////////cti.p/////////////////////////////////////// +#ifndef DOXYGEN template prefix_ senf::LLSocketAddress:: LLSocketAddress(ForwardRange const & address, std::string interface, @@ -39,6 +42,12 @@ LLSocketAddress(ForwardRange const & address, std::string interface, this->address(address); this->interface(interface); } +#else +template +prefix_ senf::LLSocketAddress:: +LLSocketAddress(ForwardRange const & address, std::string interface) +{} +#endif ///////////////////////////////cti.e/////////////////////////////////////// #undef prefix_ @@ -46,5 +55,10 @@ LLSocketAddress(ForwardRange const & address, std::string interface, // 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: