X-Git-Url: http://g0dil.de/git?a=blobdiff_plain;f=Socket%2FFileHandle.ih;h=84df70c79e1dcf072524ce15bbd29d5dd2887ac2;hb=7baaacae27c02c86ceda5c7ee41d3172d1e23ffa;hp=cdc775debde9ff512edad6add84ad132f6ee781e;hpb=a1a6c76a214ad1935032826713cabaf9ac57bf07;p=senf.git diff --git a/Socket/FileHandle.ih b/Socket/FileHandle.ih index cdc775d..84df70c 100644 --- a/Socket/FileHandle.ih +++ b/Socket/FileHandle.ih @@ -85,6 +85,10 @@ namespace senf { resulting body/handle is not valid() */ virtual ~FileBody(); + // NO DESTRUCTOR HERE (that is, only an empty virtual destructor) - destructors and virtual + // functions don't mix. What would be in the the destructor is in 'destroyClose()' which is + // called from FileHandle::~FileHandle() *before* the last handle dies. + // no copy // no conversion constructors @@ -98,6 +102,7 @@ namespace senf { void close(); void terminate(); + void destroyClose(); bool readable() const; void waitReadable() const;