]> git.llucax.com Git - software/eventxx.git/commitdiff
Move ccallback declaration into the Events group.
authorLeandro Lucarella <llucarella@integratech.com.ar>
Thu, 22 Mar 2007 20:32:38 +0000 (20:32 +0000)
committerLeandro Lucarella <llucarella@integratech.com.ar>
Thu, 22 Mar 2007 20:32:38 +0000 (20:32 +0000)
eventxx

diff --git a/eventxx b/eventxx
index 6d08fccdc59d651238a4a9bd36f288c8630cb1ea..e2cf81f39b89dd8900f3dbcf457e3bd643ddf22d 100644 (file)
--- a/eventxx
+++ b/eventxx
@@ -319,10 +319,6 @@ enum
 };
 
 
-/// C function used as callback in the C API.
-typedef void (*ccallback_type)(int, short, void*);
-
-
 /**
  * Time used for timeout values.
  *
@@ -390,6 +386,11 @@ struct time: ::timeval
  */
 //@{
 
+
+/// C function used as callback in the C API.
+typedef void (*ccallback_type)(int, short, void*);
+
+
 /**
  * Type of events.
  *