]> git.llucax.com Git - software/eventxx.git/commitdiff
Remove text about using the event_base_free() fix.
authorLeandro Lucarella <llucax+eventxx@gmail.com>
Fri, 8 Jun 2007 19:23:49 +0000 (19:23 +0000)
committerLeandro Lucarella <llucax+eventxx@gmail.com>
Fri, 8 Jun 2007 19:23:49 +0000 (19:23 +0000)
eventxx

diff --git a/eventxx b/eventxx
index 6bf3f9bd7dc6ae2f4d72e7854db1a96593687d54..11403759c95be5ecc38abefc645391071a017193 100644 (file)
--- a/eventxx
+++ b/eventxx
@@ -17,8 +17,7 @@
  * @eventxx is a simple, direct, one-header inline C++ wrapper for @libevent.
  * Yes, it's just one header file, so if you want to use it you can just copy
  * the file to your project and you are set (well, you'll need to link to
- * @libevent too ;). I know @eventxx will work with @libevent 1.1 and 1.2 if you
- * use the @c event_base_free() fix (see \ref Status section for more details).
+ * @libevent too ;).
  *
  * It's designed to be as close to use to @libevent (without compromising
  * modern C++ programming techniques) and efficient (since all implementation