X-Git-Url: http://developer.intra2net.com/git/?a=blobdiff_plain;f=src%2Fcommand_server.hxx;h=be3a6ab6b773b094a8662fb5aaed1e1e3eca9e64;hb=0c0df506c58182d36d1adb76e5b053e6486dd2c2;hp=3c0026267a33f9221cd171620d4f47c6144c3664;hpb=539b09c0c1819f9394e5a0ae8b3df3687715fa7c;p=libt2n 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 {