summary refs log tree commit diff
path: root/src/rpcStub.hpp
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/rpcStub.hpp15
1 files changed, 0 insertions, 15 deletions
diff --git a/src/rpcStub.hpp b/src/rpcStub.hpp
deleted file mode 100644

index d183cf3c..00000000 --- a/src/rpcStub.hpp +++ /dev/null
@@ -1,15 +0,0 @@ -#include <grpc++/grpc++.h> -#include "protodefs/include/protos.grpc.pb.h" -#include "rtcPeerHandler.hpp" - -#ifndef RPCSTUB -#define RPCSTUB -class rpcStub{ - public: - rpcStub(std::shared_ptr<rtcPeerHandler> peerHandler, int port); - std::unique_ptr<grpc::Server> server; - - private: - std::shared_ptr<rtcPeerHandler> ph; -}; -#endif \ No newline at end of file