X-Git-Url: http://g0dil.de/git?a=blobdiff_plain;f=PPI%2FForwardSwitch.hh;h=20649bff8855b9272101c4cacad37fb4761aaaf0;hb=ee01b9007d97c64d0a34b91a3dc87ad5c5697df5;hp=92bd13a84bf2ad018dc19a26a5e8275ecb3fc638;hpb=7527fa188b41bd1e1ce1eb55777bfe360eb8373e;p=senf.git diff --git a/PPI/ForwardSwitch.hh b/PPI/ForwardSwitch.hh index 92bd13a..20649bf 100644 --- a/PPI/ForwardSwitch.hh +++ b/PPI/ForwardSwitch.hh @@ -18,8 +18,8 @@ // Free Software Foundation, Inc., // 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. -#ifndef FORWARDSWITCH_HH_ -#define FORWARDSWITCH_HH_ +#ifndef HH_SENF_PPI_ForwardSwitch_ +#define HH_SENF_PPI_ForwardSwitch_ // Custom includes #include "Connectors.hh" @@ -39,16 +39,16 @@ 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 #include "ForwardSwitch.cci" -#endif /*FORWARDSWITCH_HH_*/ +#endif /*HH_SENF_PPI_ForwardSwitch_*/