X-Git-Url: http://g0dil.de/git?a=blobdiff_plain;f=Socket%2FFileHandle.ih;h=84df70c79e1dcf072524ce15bbd29d5dd2887ac2;hb=10985d71f77b627bc4da543d7114feb7c4529329;hp=e87e3192b829a8ea618dd5b858df95d0ebe1ce5a;hpb=408efb5a03252b4a278f69ab9bc588af438c55de;p=senf.git diff --git a/Socket/FileHandle.ih b/Socket/FileHandle.ih index e87e319..84df70c 100644 --- a/Socket/FileHandle.ih +++ b/Socket/FileHandle.ih @@ -83,10 +83,11 @@ namespace senf { constructor not some arbitrary id even if you overload all the virtual members. If the file descriptor is -1 the resulting body/handle is not valid() */ + virtual ~FileBody(); - // NO DESTRUCTOR HERE - 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 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