\slide{class-client}{The client class}{

Client

client

  class client {  };  
empty class

Command

command

  typedef command(client*, kit*, int argc, char* argv[]);
  
}