Hi,

Is it just me, or does the ev++-Example not quite compile in its current
form ?

Correction patch attached...

Jo Deisenhofer
Index: ev.pod
===================================================================
RCS file: /schmorpforge/libev/ev.pod,v
retrieving revision 1.120
diff -u -3 -r1.120 ev.pod
--- ev.pod	25 Jan 2008 15:45:09 -0000	1.120
+++ ev.pod	27 Jan 2008 22:23:40 -0000
@@ -2284,10 +2284,10 @@
 
   class myclass
   {
-    ev_io   io;   void io_cb   (ev::io   &w, int revents);
-    ev_idle idle  void idle_cb (ev::idle &w, int revents);
+    ev::io   io;   void io_cb   (ev::io   &w, int revents);
+    ev::idle idle  void idle_cb (ev::idle &w, int revents);
 
-    myclass ();
+    myclass (int fd);
   }
 
   myclass::myclass (int fd)
_______________________________________________
libev mailing list
[email protected]
http://lists.schmorp.de/cgi-bin/mailman/listinfo/libev

Reply via email to