yast2-core
Main Page
Related Pages
Namespaces
Classes
Files
Examples
File List
File Members
liby2
src
include
y2
Y2CCProgram.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: Y2CCProgram.h
14
15
Author: Mathias Kettner <kettner@suse.de>
16
Maintainer: Thomas Roelz <tom@suse.de>
17
18
/-*/
19
// -*- c++ -*-
20
21
/*
22
* Component Creator for external program components
23
*
24
* Author: Mathias Kettner <kettner@suse.de>
25
*/
26
27
#ifndef Y2CCProgram_h
28
#define Y2CCProgram_h
29
30
#include "
Y2ComponentCreator.h
"
31
32
class
Y2CCProgram
:
public
Y2ComponentCreator
33
{
37
bool
creates_servers
;
38
42
bool
creates_non_y2
;
43
44
public
:
55
Y2CCProgram
(
bool
server,
bool
non_y2);
56
60
bool
isServerCreator
()
const
;
61
69
Y2Component
*
createInLevel
(
const
char
*name,
int
level,
int
current_level)
const
;
70
74
virtual
Y2Component
*
provideNamespace
(
const
char
* name_space);
75
};
76
77
78
#endif // Y2CCProgram_h
Generated on a sunny day for yast2-core by
1.8.2