X-Git-Url: http://g0dil.de/git?a=blobdiff_plain;f=Socket%2FSocketProtocol.test.hh;h=680d8e1105ef4a7daf97f6dda33b560c987ac6f8;hb=70256cc93f59f5d2c9b3428775a181e5e225bfc5;hp=047a6a9338d445f6ccb60cc770a1719a1a37b4f8;hpb=c52cd7d87dbb525c1267aad27391b8b7365dbb57;p=senf.git diff --git a/Socket/SocketProtocol.test.hh b/Socket/SocketProtocol.test.hh index 047a6a9..680d8e1 100644 --- a/Socket/SocketProtocol.test.hh +++ b/Socket/SocketProtocol.test.hh @@ -31,8 +31,8 @@ //#include "SocketProtocol.test.mpp" ///////////////////////////////hh.p//////////////////////////////////////// -namespace satcom { -namespace lib { +namespace senf { + namespace test { class SomeProtocol @@ -52,7 +52,7 @@ namespace test { { return false; } }; -}}} +}} ///////////////////////////////hh.e//////////////////////////////////////// //#include "SocketProtocol.test.cci" @@ -64,5 +64,5 @@ namespace test { // Local Variables: // mode: c++ -// c-file-style: "satcom" +// c-file-style: "senf" // End: