Commits

src/code/casaqt/QtPlotServer/QtPlotServer.cc

Modified
29 29 #include <sys/types.h>
30 30 #include <sys/stat.h>
31 31 #include <fcntl.h>
32 32 #include <unistd.h>
33 33 #include <QCoreApplication>
34 34 #include <casaqt/QtPlotServer/QtPlotServer.qo.h>
35 35 #include <casaqt/QtPlotServer/QtPlotSvrPanel.qo.h>
36 36 #if defined(USE_GRPC)
37 37 #include <casaqt/QtPlotServer/grpcPlotServer.qo.h>
38 38 #include <casagrpc/protos/registrar.grpc.pb.h>
39 +#endif
39 40
40 41 namespace casa {
41 42
42 43 #if defined(USE_GRPC)
43 44 QtPlotServer::QtPlotServer( const char *server_string, const char *event_sink, const char *logfile ) {
44 45 static const auto debug = getenv("GRPC_DEBUG");
45 46
46 47 grpcPlotServerState *state = new grpcPlotServerState( event_sink, this );
47 48
48 49 //***

Everything looks good. We'll let you know here if there's anything you should know about.

Add shortcut