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