Other: introduced bridgepp static C++ library.
This commit is contained in:
@ -20,14 +20,13 @@
|
||||
#define BRIDGE_GUI_EVENT_STREAM_WORKER_H
|
||||
|
||||
|
||||
#include "GRPC/bridge.grpc.pb.h"
|
||||
#include "Worker/Worker.h"
|
||||
#include <bridgepp/Worker/Worker.h>
|
||||
|
||||
|
||||
//****************************************************************************************************************************************************
|
||||
/// \brief Stream reader class.
|
||||
//****************************************************************************************************************************************************
|
||||
class EventStreamReader: public Worker
|
||||
class EventStreamReader: public bridgepp::Worker
|
||||
{
|
||||
Q_OBJECT
|
||||
public: // member functions
|
||||
|
||||
Reference in New Issue
Block a user