aboutsummaryrefslogtreecommitdiff
path: root/src/serializerconnection.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/serializerconnection.cpp')
-rw-r--r--src/serializerconnection.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/serializerconnection.cpp b/src/serializerconnection.cpp
index b2c545c..2934c8b 100644
--- a/src/serializerconnection.cpp
+++ b/src/serializerconnection.cpp
@@ -1,7 +1,8 @@
1#include "serializerconnection.h" 1#include "serializerconnection.h"
2 2
3SerializerConnection::SerializerConnection( 3SerializerConnection::SerializerConnection(
4 Connection *pCon, int nTimeSec, int nTimeUSec ) : 4 Connection *pCon, bool bIO, int nTimeSec, int nTimeUSec ) :
5 Serializer( bIO ),
5 pCon( pCon ), 6 pCon( pCon ),
6 nTimeSec( nTimeSec ), 7 nTimeSec( nTimeSec ),
7 nTimeUSec( nTimeUSec ) 8 nTimeUSec( nTimeUSec )