Wittyshare  0.2
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
WsFunctionnalities.h
Go to the documentation of this file.
1 /*
2  * Copyright (C) 2006-Today Guy Deleeuw
3  *
4  * See the LICENSE file for terms of use.
5 */
6 
7 #ifndef _WsFunctionnalities_H_
8 #define _WsFunctionnalities_H_
9 
10 #include <Wt/WContainerWidget>
11 
12 
13 class WsFunctionnalities : public Wt::WContainerWidget {
14 public :
15  WsFunctionnalities(Wt::WContainerWidget* parent = 0);
17 
18 private :
19 };
20 
21 #endif // ifdef _WsFunctionnalities_H_
22 
WsFunctionnalities(Wt::WContainerWidget *parent=0)