source: PSPA/Interface_Web/trunk/pspaWT/include/sectionToExecute.h @ 226

Last change on this file since 226 was 226, checked in by lemeur, 12 years ago

addConsoleMessge en static + bricoles

File size: 212 bytes
Line 
1#ifndef SECTIONTOEXECUTE_SEEN
2#define SECTIONTOEXECUTE_SEEN
3
4#include "nomDeLogiciel.h"
5
6typedef struct 
7{
8  unsigned firstElement;
9  unsigned lastElement;
10  nomDeLogiciel software;
11}  sectionToExecute;
12
13#endif
Note: See TracBrowser for help on using the repository browser.