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

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

addConsoleMessge en static + bricoles

File size: 290 bytes
Line 
1#ifndef GWTTOOLS_SEEN
2#define GWTTOOLS_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_tools
14{
15
16 public : 
17
18static  WContainerWidget* console_;
19
20
21  static void addConsoleMessage(WString msg);
22
23
24};
25#endif
Note: See TracBrowser for help on using the repository browser.