diff options
Diffstat (limited to '')
| -rw-r--r-- | src/serializerconnection.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/serializerconnection.h b/src/serializerconnection.h index 85ee84d..e8d85c6 100644 --- a/src/serializerconnection.h +++ b/src/serializerconnection.h | |||
| @@ -4,6 +4,7 @@ | |||
| 4 | #include <stdint.h> | 4 | #include <stdint.h> |
| 5 | 5 | ||
| 6 | #include "serializer.h" | 6 | #include "serializer.h" |
| 7 | #include "connection.h" | ||
| 7 | 8 | ||
| 8 | /** | 9 | /** |
| 9 | * | 10 | * |
| @@ -11,7 +12,7 @@ | |||
| 11 | class SerializerConnection : public Serializer | 12 | class SerializerConnection : public Serializer |
| 12 | { | 13 | { |
| 13 | public: | 14 | public: |
| 14 | SerializerConnection( Connection *pCon, int nTimeSec, int nTimeUSec ); | 15 | SerializerConnection( Connection *pCon, bool bIO, int nTimeSec, int nTimeUSec ); |
| 15 | virtual ~SerializerConnection(); | 16 | virtual ~SerializerConnection(); |
| 16 | 17 | ||
| 17 | private: | 18 | private: |
