version 3.0
This commit is contained in:
commit
d837490606
209 changed files with 19662 additions and 0 deletions
22
event/event_message.h
Normal file
22
event/event_message.h
Normal file
|
|
@ -0,0 +1,22 @@
|
|||
////////////////////////////////////////////////////////////////////////////////
|
||||
// //
|
||||
// File: event_message.h //
|
||||
// Description: sructures for data exchange in shared buffers //
|
||||
// Project: WANProxy XTech //
|
||||
// Author: Andreu Vidal Bramfeld-Software //
|
||||
// Last modified: 2015-04-01 //
|
||||
// //
|
||||
////////////////////////////////////////////////////////////////////////////////
|
||||
|
||||
#ifndef EVENT_EVENT_MESSAGE_H
|
||||
#define EVENT_EVENT_MESSAGE_H
|
||||
|
||||
class EventAction;
|
||||
|
||||
struct EventMessage
|
||||
{
|
||||
int op;
|
||||
EventAction* action;
|
||||
};
|
||||
|
||||
#endif /* !EVENT_EVENT_MESSAGE_H */
|
||||
Loading…
Add table
Add a link
Reference in a new issue