X-Git-Url: http://g0dil.de/git?a=blobdiff_plain;f=Socket%2FServerSocketHandle.cti;h=715a9a6addfa6077f57289da5469602bd2a9ef0f;hb=81ffa1c459b96dd44472bcef37e1e373934ee138;hp=35299c65c522ced1b477354d599361d253e09292;hpb=d0006132bfcb3ab442cf66b600ed3fad36f1ac2c;p=senf.git diff --git a/Socket/ServerSocketHandle.cti b/Socket/ServerSocketHandle.cti index 35299c6..715a9a6 100644 --- a/Socket/ServerSocketHandle.cti +++ b/Socket/ServerSocketHandle.cti @@ -1,6 +1,6 @@ // $Id$ // -// Copyright (C) 2006 +// Copyright (C) 2006 // Fraunhofer Institut fuer offene Kommunikationssysteme (FOKUS) // Kompetenzzentrum fuer Satelitenkommunikation (SatCom) // Stefan Bund @@ -34,6 +34,10 @@ #define prefix_ inline ///////////////////////////////cti.p/////////////////////////////////////// +template +prefix_ senf::ServerSocketHandle::ServerSocketHandle() +{} + template template prefix_ senf::ServerSocketHandle:: @@ -110,7 +114,7 @@ template prefix_ typename senf::ServerSocketHandle::ClientSocketHandle senf::ServerSocketHandle::acceptfrom(Address & addr) { - return ClientSocketHandle(this->protocol().clone(), + return ClientSocketHandle(this->protocol().clone(), Policy::CommunicationPolicy::accept(*this,addr)); } @@ -160,5 +164,10 @@ prefix_ std::string senf::ServerSocketHandle::dumpState(unsigned lod) // 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: