byte order independent code, transportRevision is int8

This commit is contained in:
Matej Sekoranja
2011-09-18 10:06:37 +02:00
parent fe2db88ed4
commit 409c1f17d7
13 changed files with 38 additions and 36 deletions
+1 -1
View File
@@ -67,7 +67,7 @@ namespace epics {
Transport::shared_pointer BlockingTCPConnector::connect(TransportClient::shared_pointer const & client,
std::auto_ptr<ResponseHandler>& responseHandler, osiSockAddr& address,
short transportRevision, int16 priority) {
int8 transportRevision, int16 priority) {
SOCKET socket = INVALID_SOCKET;