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:
miha_vitorovic
2010-12-28 16:29:15 +01:00
parent fe5ea9442c
commit 15d2daef43
2 changed files with 7 additions and 4 deletions

View File

@@ -67,6 +67,9 @@ namespace epics {
*/
class Transport : public DeserializableControl {
public:
virtual ~Transport() {
}
/**
* Get remote address.
* @return remote address.