Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- diff --git a/server/ClientHandler.cpp b/server/ClientHandler.cpp
- index adcfd1b..276b5a2 100644
- --- a/server/ClientHandler.cpp
- +++ b/server/ClientHandler.cpp
- @@ -87,6 +87,7 @@ bool SoapyClientHandler::handleOnce(SoapyRPCUnpacker &unpacker, SoapyRPCPacker &
- {
- SoapyRemoteCalls call;
- unpacker & call;
- + std::cout << "handle the call " << int(call) << std::endl;
- switch (call)
- {
Advertisement
Add Comment
Please, Sign In to add comment