source: PSPA/Interface_Web/trunk/pspaWT/sources/controler/include/GWt_console.h @ 257

Last change on this file since 257 was 257, checked in by garnier, 11 years ago

refactoring

File size: 316 bytes
Line 
1#ifndef GWTCONSOLE_SEEN
2#define GWTCONSOLE_SEEN
3
4#include <iostream>
5
6#include <Wt/WString>
7#include <Wt/WContainerWidget>
8
9using namespace Wt;
10
11using namespace std;
12
13class GWt_console : public WContainerWidget
14{
15
16public: 
17  GWt_console();
18  virtual ~GWt_console();
19  void addConsoleMessage(WString msg);
20};
21
22#endif
Note: See TracBrowser for help on using the repository browser.