libt2n: (tomj) documented code problems; have to find out if this is the source of...
[libt2n] / src / connection.cpp
index c9283fe..cc543b2 100644 (file)
@@ -32,6 +32,7 @@ namespace libt2n
 connection::~connection()
 {
     // we want the connection_closed callbacks to be called before
+    // FIXME: Functios is virtual
     close();
 
     do_callbacks(connection_deleted);