yast2-core
SCR.h
Go to the documentation of this file.
1 /*---------------------------------------------------------------------\
2 | |
3 | __ __ ____ _____ ____ |
4 | \ \ / /_ _/ ___|_ _|___ \ |
5 | \ V / _` \___ \ | | __) | |
6 | | | (_| |___) || | / __/ |
7 | |_|\__,_|____/ |_| |_____| |
8 | |
9 | core system |
10 | (C) SuSE GmbH |
11 \----------------------------------------------------------------------/
12 
13  File: SCR.h
14 
15  Author: Klaus Kaempf <kkaempf@suse.de>
16  Maintainer: Klaus Kaempf <kkaempf@suse.de>
17 
18 /-*/
19 // -*- c++ -*-
20 
21 
22 #ifndef SCR_h
23 #define SCR_h
24 class SCR {
25 
26 public:
27  SCR ();
28 
29  static bool registered;
30 };
31 
32 
33 #endif // SCR_h
Definition: SCR.h:24
SCR()
Definition: SCR.cc:225
static bool registered
Definition: SCR.h:29

Generated on a sunny day for yast2-core by doxygen 1.8.8