diff options
Diffstat (limited to 'src/serializerconnection.cpp')
| -rw-r--r-- | src/serializerconnection.cpp | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/src/serializerconnection.cpp b/src/serializerconnection.cpp deleted file mode 100644 index 2934c8b..0000000 --- a/src/serializerconnection.cpp +++ /dev/null | |||
| @@ -1,15 +0,0 @@ | |||
| 1 | #include "serializerconnection.h" | ||
| 2 | |||
| 3 | SerializerConnection::SerializerConnection( | ||
| 4 | Connection *pCon, bool bIO, int nTimeSec, int nTimeUSec ) : | ||
| 5 | Serializer( bIO ), | ||
| 6 | pCon( pCon ), | ||
| 7 | nTimeSec( nTimeSec ), | ||
| 8 | nTimeUSec( nTimeUSec ) | ||
| 9 | { | ||
| 10 | } | ||
| 11 | |||
| 12 | SerializerConnection::~SerializerConnection() | ||
| 13 | { | ||
| 14 | } | ||
| 15 | |||
