Wittyshare  0.2
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
WsTopBanner.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 _WsTopBanner_H_
8 #define _WsTopBanner_H_
9 
10 #include <Wt/WContainerWidget>
11 
12 class WsTopBanner : public Wt::WContainerWidget {
13 public :
14  WsTopBanner(Wt::WContainerWidget* parent = 0);
15  ~WsTopBanner();
16 
17 };
18 
19 #endif // ifdef _WsTopBanner_H_
20 
WsTopBanner(Wt::WContainerWidget *parent=0)
Definition: WsTopBanner.cpp:23