33 #include "dcmtk/config/osconfig.h"
34 #include "dcmtk/ofstd/oftypes.h"
35 #include "dcmtk/ofstd/ofstring.h"
37 #define INCLUDE_UNISTD
38 #include "dcmtk/ofstd/ofstdinc.h"
43 enum DcmTransportLayerStatus
DcmTransportLayer & operator=(const DcmTransportLayer &)
private undefined assignment operator
this class represents a TCP/IP based transport connection which can be a transparent TCP/IP socket co...
factory class which creates transport layer connections.
virtual DcmTransportConnection * createConnection(int openSocket, OFBool useSecureLayer)
factory method that returns a new transport connection for the given socket.
virtual ~DcmTransportLayer()
destructor
DcmTransportLayer(int)
constructor.