remove Impl from proxy
This commit is contained in:
+1
-1
@@ -20,6 +20,6 @@ int main() {
|
||||
ProxyMarshaller marshaller(ch);
|
||||
MyServiceProxy proxy(marshaller);
|
||||
|
||||
int r = proxy.add(7, 8);
|
||||
int r = proxy.add(7, 9);
|
||||
std::cout << "RESULT: " << r << std::endl;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user