X-Git-Url: http://g0dil.de/git?a=blobdiff_plain;f=PPI%2FForwardSwitch.hh;h=20649bff8855b9272101c4cacad37fb4761aaaf0;hb=78807b8db22aec579bc99f9aca673f81ecfff6b0;hp=a2514c506f27e2ce0377ebba2dc920a212d394a5;hpb=ef4c5558d6a52367bd7040530d40c7616f6f5b71;p=senf.git diff --git a/PPI/ForwardSwitch.hh b/PPI/ForwardSwitch.hh index a2514c5..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" @@ -44,11 +44,11 @@ public: bool stopForwarding(); bool startForwarding(); private: - void onRequest(); - bool forward_; + void onRequest(); + bool forward_; }; }}} //namespaces #include "ForwardSwitch.cci" -#endif /*FORWARDSWITCH_HH_*/ +#endif /*HH_SENF_PPI_ForwardSwitch_*/