yast2-core
Main Page
Related Pages
Namespaces
Classes
Files
Examples
File List
File Members
liby2
src
include
y2
Y2CCStdio.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: Y2CCStdio.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 that creates stdio components
23
*
24
* Author: Mathias Kettner <kettner@suse.de>
25
*/
26
27
#ifndef Y2CCStdio_h
28
#define Y2CCStdio_h
29
30
#include "
Y2ComponentCreator.h
"
31
32
class
Y2CCStdio
:
public
Y2ComponentCreator
33
{
38
bool
creates_servers
;
39
43
bool
to_stderr
;
44
45
public
:
46
Y2CCStdio
(
bool
creates_servers
,
bool
to_stderr
);
47
48
bool
isServerCreator
()
const
;
49
50
Y2Component
*
create
(
const
char
*name)
const
;
51
55
Y2Component
*
provideNamespace
(
const
char
* name_space);
56
};
57
58
59
#endif // Y2CCStdio_h
Generated on a sunny day for yast2-core by
1.8.2