Guest User

Untitled

a guest
Sep 24th, 2015
98
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.40 KB | None | 0 0
  1. diff --git a/server/ClientHandler.cpp b/server/ClientHandler.cpp
  2. index adcfd1b..276b5a2 100644
  3. --- a/server/ClientHandler.cpp
  4. +++ b/server/ClientHandler.cpp
  5. @@ -87,6 +87,7 @@ bool SoapyClientHandler::handleOnce(SoapyRPCUnpacker &unpacker, SoapyRPCPacker &
  6. {
  7. SoapyRemoteCalls call;
  8. unpacker & call;
  9. + std::cout << "handle the call " << int(call) << std::endl;
  10.  
  11. switch (call)
  12. {
Advertisement
Add Comment
Please, Sign In to add comment