Using osiSockAddress parameter by reference wherever possible.
This commit is contained in:
@@ -118,7 +118,7 @@ void testBlockingTCPSender() {
|
||||
return;
|
||||
}
|
||||
|
||||
Transport* transport = connector.connect(&dtc, &drh, &srvAddr,
|
||||
Transport* transport = connector.connect(&dtc, &drh, srvAddr,
|
||||
CA_MAGIC_AND_VERSION, CA_DEFAULT_PRIORITY);
|
||||
|
||||
cout<<"Sending 10 messages..."<<endl;
|
||||
|
||||
Reference in New Issue
Block a user