bugfix
dw6 [Thu, 10 Apr 2008 10:00:01 +0000 (10:00 +0000)]
git-svn-id: https://svn.berlios.de/svnroot/repos/senf/trunk@801 270642c3-0616-0410-b53a-bc976706d245

PPI/ForwardSwitch.hh

index 92bd13a..a2514c5 100644 (file)
@@ -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