|
Electrosim
1.00
|
00001 /*********************************************************************** 00002 * Module: output.h 00003 * Author: SALMON PAUL 00004 * MONLOUIS Kevyn 00005 * DUREUIL Brice 00006 * Modified: mardi 15 mai 2012 01:45:20 00007 * Purpose: Declaration of the class Output 00008 ***********************************************************************/ 00009 00010 #ifndef OUTPUT_H 00011 #define OUTPUT_H 00012 00023 #include "item.h" 00024 00031 class Output : public Item 00032 { 00033 public: 00039 explicit Output(); 00040 00046 virtual bool _do(); 00047 }; 00048 00049 #endif // OUTPUT_H
1.8.0