Update of /cvsroot/com0com/hub4com/plugins
In directory sc8-pr-cvs4.sourceforge.net:/tmp/cvs-serv14586
Modified Files:
plugins_api.h
Log Message:
Added HUB_MSG_TYPE_SET_RT_EVENTS
Index: plugins_api.h
===================================================================
RCS file: /cvsroot/com0com/hub4com/plugins/plugins_api.h,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** plugins_api.h 26 Mar 2008 08:38:37 -0000 1.1
--- plugins_api.h 7 Apr 2008 12:20:51 -0000 1.2
***************
*** 20,27 ****
*
* $Log$
* Revision 1.1 2008/03/26 08:38:37 vfrolov
* Initial revision
*
- *
*/
--- 20,29 ----
*
* $Log$
+ * Revision 1.2 2008/04/07 12:20:51 vfrolov
+ * Added HUB_MSG_TYPE_SET_RT_EVENTS
+ *
* Revision 1.1 2008/03/26 08:38:37 vfrolov
* Initial revision
*
*/
***************
*** 45,48 ****
--- 47,51 ----
#define HUB_MSG_TYPE_COM_ERRORS (HUB_MSG_UNION_TYPE_VAL | 4)
#define HUB_MSG_TYPE_COM_FUNCTION (HUB_MSG_UNION_TYPE_VAL | 5)
+ #define HUB_MSG_TYPE_SET_RT_EVENTS (HUB_MSG_UNION_TYPE_VAL | 6)
/*******************************************************************/
typedef struct _HUB_MSG {
|