git-svn-id: https://svn.berlios.de/svnroot/repos/senf/trunk@801
270642c3-0616-0410-b53a-bc976706d245
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