00001 #ifndef DELAIED_TCPIP_DEVICE_H 00002 #define DELAIED_TCPIP_DEVICE_H 00003 00013 #include "tcpipDevice.h" 00014 00015 00021 class DelaiedTcpipDevice : public TcpipDevice { 00022 TcpipDevice* con_orig; 00023 DelaiedTcpipDevice(void); 00024 00025 public: 00029 DelaiedTcpipDevice(TcpipDevice* con); 00030 ~DelaiedTcpipDevice(void); 00031 }; 00032 00033 #endif /* !DELAIED_TCPIP_DEVICE_H */ 00034