source:
trunk/ETSI-Testsuites/ETSI_auto_IOT/adapter/src/Dispatcher/TcpDispatcher.cpp
@
22
Last change on this file since 22 was 22, checked in by rings, 14 years ago | |
---|---|
|
|
File size: 126 bytes |
Line | |
---|---|
1 | #include "TcpDispatcher.h" |
2 | |
3 | TcpDispatcher::TcpDispatcher() |
4 | :Dispatcher("TCP") { |
5 | |
6 | } |
7 | |
8 | TcpDispatcher::~TcpDispatcher() { |
9 | |
10 | } |
Note: See TracBrowser
for help on using the repository browser.