X-Git-Url: http://g0dil.de/git?a=blobdiff_plain;f=Socket%2FSocketPolicy.test.hh;h=263c83767004b4e676aed4f5e07f25d411191f08;hb=821f1bf89a0e3ef83469c56e4a9a21c39b956cb4;hp=065ec465cc0611c5ba9f7b2ada82d2f2686980f7;hpb=ac4073ce6e7ae6e89129c5874baad05df9f44480;p=senf.git diff --git a/Socket/SocketPolicy.test.hh b/Socket/SocketPolicy.test.hh index 065ec46..263c837 100644 --- a/Socket/SocketPolicy.test.hh +++ b/Socket/SocketPolicy.test.hh @@ -55,6 +55,8 @@ namespace test { { static int accept(FileHandle handle, unsigned & addr) { addr = 3; return -1; } + static int accept(FileHandle handle) + { return -1; } }; struct SomeReadPolicy : public senf::ReadPolicyBase