X-Git-Url: http://g0dil.de/git?a=blobdiff_plain;f=Socket%2FSocketProtocol.hh;h=fe42ee805093ec3caff9d5fb6428f6f2af6ccb17;hb=70256cc93f59f5d2c9b3428775a181e5e225bfc5;hp=e55cbf8b76d995edb9435c7af078b6c8f1516abe;hpb=293b3dd09b628efbf270631ce68bb17b318390f1;p=senf.git diff --git a/Socket/SocketProtocol.hh b/Socket/SocketProtocol.hh index e55cbf8..fe42ee8 100644 --- a/Socket/SocketProtocol.hh +++ b/Socket/SocketProtocol.hh @@ -25,14 +25,14 @@ // Custom includes #include -// FIXME: this is really bad. The includes and predefs should be restructured +/** \fixme this is not nice. The includes and predefs should be restructured */ #include "SocketHandle.ih" //#include "SocketProtocol.mpp" ///////////////////////////////hh.p//////////////////////////////////////// -namespace satcom { -namespace lib { +namespace senf { + class SocketPolicyBase; @@ -107,7 +107,7 @@ namespace lib { }; -}} +} ///////////////////////////////hh.e//////////////////////////////////////// #include "SocketProtocol.cci" @@ -118,5 +118,5 @@ namespace lib { // Local Variables: // mode: c++ -// c-file-style: "satcom" +// c-file-style: "senf" // End: