X-Git-Url: http://g0dil.de/git?a=blobdiff_plain;f=senf%2FPPI%2FConnectors.ih;h=7ef94f83bcd96b2d9183308a6d2d945a813d0859;hb=7ee689fe38d66aa3a0004d55e8708750d35adc0b;hp=1a40cebf05bd41e430a1cbbd10fcc9dc8557ace1;hpb=601d1f509f5bb24df167a4dd5a20da67a0af9af8;p=senf.git diff --git a/senf/PPI/Connectors.ih b/senf/PPI/Connectors.ih index 1a40ceb..7ef94f8 100644 --- a/senf/PPI/Connectors.ih +++ b/senf/PPI/Connectors.ih @@ -28,7 +28,7 @@ // Custom includes -///////////////////////////////ih.p//////////////////////////////////////// +//-///////////////////////////////////////////////////////////////////////////////////////////////// namespace senf { namespace ppi { @@ -40,7 +40,7 @@ namespace detail { { public: typedef PacketType Type; - + Type operator()(); Type read(); }; @@ -50,14 +50,14 @@ namespace detail { { public: typedef PacketType Type; - + void operator()(Type p); void write(Type p); }; }}}} -///////////////////////////////ih.e//////////////////////////////////////// +//-///////////////////////////////////////////////////////////////////////////////////////////////// #endif