X-Git-Url: http://developer.intra2net.com/git/?p=libt2n;a=blobdiff_plain;f=src%2Fcommand_server.hxx;h=c86b2858da60948e8db2c0d068cf753c01acbd3a;hp=3c0026267a33f9221cd171620d4f47c6144c3664;hb=a762a4763df16c8e38afe727921273cd929709a4;hpb=e1d0794d7ab00e08ee6c0ed9e6d82afcdf415a84 diff --git a/src/command_server.hxx b/src/command_server.hxx index 3c00262..c86b285 100644 --- a/src/command_server.hxx +++ b/src/command_server.hxx @@ -50,6 +50,7 @@ template struct Derived_from { Derived_from() { void(*p)(T*) = constraints; } }; +/// server handling group of incoming commands template class group_command_server : public command_server {