]> icculus.org git repositories - duncan/yast2-web-wt.git/blob - src/YWebApplication.h
crap
[duncan/yast2-web-wt.git] / src / YWebApplication.h
1
2 #ifndef YWebApplication_h
3 #define YWebApplication_h
4
5 #include "YApplication.h"
6
7
8 class YWebApplication: public YApplication
9 {
10 protected:
11
12     friend class YWebUI;
13     
14     /**
15      * Constructor.
16      *
17      * Use YUI::app() to get the singleton for this class.
18      **/
19     YWebApplication();
20
21     /**
22      * Destructor.
23      **/
24     virtual ~YWebApplication();
25 };
26
27 #endif // YWebApplication_h