X-Git-Url: http://g0dil.de/git?a=blobdiff_plain;f=Socket%2FSocketHandle.cti;fp=Socket%2FSocketHandle.cti;h=56c14729488a4fd2e1a62d2add7cb428dbef27cf;hb=85ab07d100a382467a42e19d741d403a7a96c951;hp=4d03d6768277b89ead9be3c062d7d0fa89e637c0;hpb=3e42ecb22121f2e6df86b27bea73f890384a4ee4;p=senf.git diff --git a/Socket/SocketHandle.cti b/Socket/SocketHandle.cti index 4d03d67..56c1472 100644 --- a/Socket/SocketHandle.cti +++ b/Socket/SocketHandle.cti @@ -1,6 +1,6 @@ // $Id$ // -// Copyright (C) 2006 +// Copyright (C) 2006 // Fraunhofer Institut fuer offene Kommunikationssysteme (FOKUS) // Kompetenzzentrum fuer Satelitenkommunikation (SatCom) // Stefan Bund @@ -51,7 +51,7 @@ senf::SocketHandle::operator=(SocketHandle other) } template -prefix_ +prefix_ senf::SocketHandle::SocketHandle(std::auto_ptr protocol, bool isServer) : FileHandle(std::auto_ptr(new SocketBody(protocol,isServer))) @@ -191,5 +191,8 @@ prefix_ senf::detail::ConvertibleString::ConvertibleString(T const & other) // Local Variables: // mode: c++ +// fill-column: 100 // c-file-style: "senf" +// indent-tabs-mode: nil +// ispell-local-dictionary: "american" // End: