Ajout de l'ensemble du workspace.
[GPU.git] / WCudaMSE / Tuto_Image / src / cpp / core / 03_Event / provider / EventProvider.h
1 #ifndef EVENT_PROVIDER_H_
2 #define EVENT_PROVIDER_H_
3
4 #include "EventImage.h"
5
6 /*----------------------------------------------------------------------*\
7 |* Declaration *|
8 \*---------------------------------------------------------------------*/
9
10 /*--------------------------------------*\
11 |* Public *|
12 \*-------------------------------------*/
13
14 class EventProvider
15 {
16 public:
17
18 static EventImage* create(void);
19
20 };
21
22 #endif
23
24 /*----------------------------------------------------------------------*\
25 |* End *|
26 \*---------------------------------------------------------------------*/
27