methodCallbacks.h

Go to the documentation of this file.
00001 
00002 
00003 
00004 
00005 
00006 
00007 
00008 #ifndef METHODCALLBACKS_H
00009 #define METHODCALLBACKS_H
00010 
00011 #include <config.h>
00012 
00013 namespace CALLBACK_CAFE {
00014         #if HAVE_PYTHON_H       
00015     void PyHandlerPut( struct event_handler_args args);
00016     void PyHandlerGet( struct event_handler_args args);
00017         #endif
00018                 void handlerPut( struct event_handler_args args) ;
00019     void handlerGet( struct event_handler_args args) ;
00020     void handlerGetCtrl( struct event_handler_args args) ;
00021     void handlerGetSTSACK( struct event_handler_args args) ;
00022     void handlerGetClassName( struct event_handler_args args) ;
00023 };
00024 
00025 #endif // METHODCALLBACKS_H

Generated on 3 May 2017 for CAFE by  doxygen 1.6.1