aboutsummaryrefslogtreecommitdiff
path: root/src/FbCommands.hh
diff options
context:
space:
mode:
Diffstat (limited to 'src/FbCommands.hh')
-rw-r--r--src/FbCommands.hh10
1 files changed, 10 insertions, 0 deletions
diff --git a/src/FbCommands.hh b/src/FbCommands.hh
index b6b1f7f..d9639ad 100644
--- a/src/FbCommands.hh
+++ b/src/FbCommands.hh
@@ -218,6 +218,16 @@ private:
218 Destination m_dest; 218 Destination m_dest;
219}; 219};
220 220
221
222/// test client pattern
223class ClientPatternTestCmd: public FbTk::Command<void> {
224public:
225 ClientPatternTestCmd(const std::string& args) : m_args(args) { };
226 void execute();
227private:
228 std::string m_args;
229};
230
221} // end namespace FbCommands 231} // end namespace FbCommands
222 232
223#endif // FBCOMMANDS_HH 233#endif // FBCOMMANDS_HH