X-Git-Url: http://developer.intra2net.com/git/?p=libt2n;a=blobdiff_plain;f=src%2Fcommand_server.hxx;h=be3a6ab6b773b094a8662fb5aaed1e1e3eca9e64;hp=3c0026267a33f9221cd171620d4f47c6144c3664;hb=183f0f4c7bb96b52a6d77cc8c0d48330dbfeb24d;hpb=539b09c0c1819f9394e5a0ae8b3df3687715fa7c diff --git a/src/command_server.hxx b/src/command_server.hxx index 3c00262..be3a6ab 100644 --- a/src/command_server.hxx +++ b/src/command_server.hxx @@ -50,6 +50,10 @@ template struct Derived_from { Derived_from() { void(*p)(T*) = constraints; } }; +/** @brief server handling group of incoming commands + + the template must be derived from libt2n::command. +*/ template class group_command_server : public command_server {