View | Details | Raw Unified | Return to bug 212973 | Differences between
and this patch

Collapse All | Expand All

(-)files/patch-client_portgroup.cpp (+11 lines)
Line 0 Link Here
1
--- client/portgroup.cpp.orig	2016-10-11 20:45:15 UTC
2
+++ client/portgroup.cpp
3
@@ -36,7 +36,7 @@ along with this program.  If not, see <h
4
 #include <QtGlobal>
5
 #include <QUrl>
6
 
7
-using ::google::protobuf::NewCallback;
8
+using ::google::protobuf::internal::NewCallback;
9
 
10
 extern QMainWindow *mainWindow;
11
 extern char *version;
(-)files/patch-rpc_rpcconn.cpp (+11 lines)
Line 0 Link Here
1
--- rpc/rpcconn.cpp.orig	2016-06-27 11:54:52 UTC
2
+++ rpc/rpcconn.cpp
3
@@ -379,7 +379,7 @@ void RpcConnection::on_clientSock_dataAv
4
     //qDebug("before service->callmethod()");
5
 
6
     service->CallMethod(methodDesc, controller, req, resp,
7
-        google::protobuf::NewCallback(this, &RpcConnection::sendRpcReply, 
8
+        google::protobuf::internal::NewCallback(this, &RpcConnection::sendRpcReply, 
9
                                       controller));
10
 
11
     return;

Return to bug 212973