X-Git-Url: http://g0dil.de/git?a=blobdiff_plain;f=Socket%2FFileHandle.ih;h=e87e3192b829a8ea618dd5b858df95d0ebe1ce5a;hb=22e56fa8ef4cea3fd55c9463ecd2af8a6fbd213d;hp=02c6b71e82ee2555ad46a4a601e80741eff407c2;hpb=1ad3873b372da6187b1fbc645bf276287d2efb54;p=senf.git diff --git a/Socket/FileHandle.ih b/Socket/FileHandle.ih index 02c6b71..e87e319 100644 --- a/Socket/FileHandle.ih +++ b/Socket/FileHandle.ih @@ -1,9 +1,9 @@ // $Id$ // // Copyright (C) 2006 -// Fraunhofer Institut fuer offene Kommunikationssysteme (FOKUS) -// Kompetenzzentrum fuer Satelitenkommunikation (SatCom) -// Stefan Bund +// Fraunhofer Institute for Open Communication Systems (FOKUS) +// Competence Center NETwork research (NET), St. Augustin, GERMANY +// Stefan Bund // // This program is free software; you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by @@ -83,7 +83,10 @@ 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 copy // no conversion constructors @@ -98,6 +101,7 @@ namespace senf { void close(); void terminate(); + void destroyClose(); bool readable() const; void waitReadable() const;