28 #include "descriptorprinterbase.h"
30 namespace QtProtobuf {
37 class ClientDefinitionPrinter :
public DescriptorPrinterBase<google::protobuf::ServiceDescriptor>
40 ClientDefinitionPrinter(
const google::protobuf::ServiceDescriptor *service,
41 const std::shared_ptr<::google::protobuf::io::Printer> &printer);
50 void printConstructor();