networkingtestandutils/exampleinternetutilities/TFTPENG/TFTPENG.CPP
branchRCL_3
changeset 75 c1029e558ef5
parent 53 7e41d162e158
equal deleted inserted replaced
67:bb2423252ea3 75:c1029e558ef5
    14 // TftpEngine.CPP
    14 // TftpEngine.CPP
    15 // Started by AY, May 1997
    15 // Started by AY, May 1997
    16 // 
    16 // 
    17 //
    17 //
    18 
    18 
    19 #include <TFTPENG.H>
    19 #include <tftpeng.h>
    20 
    20 
    21 EXPORT_C CTftpEngine::~CTftpEngine()
    21 EXPORT_C CTftpEngine::~CTftpEngine()
    22     {
    22     {
    23     Cancel();
    23     Cancel();
    24     iSocket.Close();
    24     iSocket.Close();