X-Git-Url: http://g0dil.de/git?a=blobdiff_plain;f=PPI%2FForwardSwitch.hh;h=a2514c506f27e2ce0377ebba2dc920a212d394a5;hb=1b1d76302a5d61e918ef71f1c8e11f80ac1262e2;hp=92bd13a84bf2ad018dc19a26a5e8275ecb3fc638;hpb=7527fa188b41bd1e1ce1eb55777bfe360eb8373e;p=senf.git diff --git a/PPI/ForwardSwitch.hh b/PPI/ForwardSwitch.hh index 92bd13a..a2514c5 100644 --- a/PPI/ForwardSwitch.hh +++ b/PPI/ForwardSwitch.hh @@ -39,14 +39,14 @@ public: connector::ActiveOutput<> output; ForwardSwitch(bool state); - -private: - void onRequest(); - bool forward_; bool forward(); bool forward(bool state); bool stopForwarding(); bool startForwarding(); +private: + void onRequest(); + bool forward_; + }; }}} //namespaces