X-Git-Url: http://g0dil.de/git?a=blobdiff_plain;f=Socket%2FSocketProtocol.test.hh;h=f1459fe3ebea8603cea5eb7eb7fd35a2f888e65d;hb=6f50bf49e282c0528f51faa0a245bbfa2b867399;hp=e70b7f1ced711b13fa2246f01c064ce7631c2d68;hpb=31d85cd6b8e03c5ecc924ca8892906be1bab702f;p=senf.git diff --git a/Socket/SocketProtocol.test.hh b/Socket/SocketProtocol.test.hh index e70b7f1..f1459fe 100644 --- a/Socket/SocketProtocol.test.hh +++ b/Socket/SocketProtocol.test.hh @@ -1,9 +1,9 @@ // $Id$ // // Copyright (C) 2006 -// Fraunhofer Institut fuer offene Kommunikationssysteme (FOKUS) -// Kompetenzzentrum fuer Satelitenkommunikation (SatCom) -// Stefan Bund +// Fraunhofer Institute for Open Communication Systems (FOKUS) +// Competence Center NETwork research (NET), St. Augustin, GERMANY +// Stefan Bund // // This program is free software; you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by @@ -32,11 +32,10 @@ ///////////////////////////////hh.p//////////////////////////////////////// namespace senf { - namespace test { class SomeProtocol - : public ConcreteSocketProtocol + : public ConcreteSocketProtocol { public: ~SomeProtocol() {} @@ -44,8 +43,6 @@ namespace test { void init_client() const {} void init_server() const {} - std::auto_ptr clone() const - { return std::auto_ptr(new SomeProtocol()); } unsigned available() const { return Policy::ReadPolicy::TEST_SIZE; } bool eof() const @@ -69,4 +66,5 @@ namespace test { // indent-tabs-mode: nil // ispell-local-dictionary: "american" // compile-command: "scons -u test" +// comment-column: 40 // End: