Some changes to how transport is destroyed. Added virtual dtor to Transport class.
In server the transport is now explicitly deleted.
This commit is contained in:
@@ -67,6 +67,9 @@ namespace epics {
|
||||
*/
|
||||
class Transport : public DeserializableControl {
|
||||
public:
|
||||
virtual ~Transport() {
|
||||
}
|
||||
|
||||
/**
|
||||
* Get remote address.
|
||||
* @return remote address.
|
||||
|
||||
Reference in New Issue
Block a user