yast2-core
ResolverAgent.h
Go to the documentation of this file.
1 /* ResolverAgent.h
2  *
3  * Classes for reading the resolv.conf configuration file.
4  *
5  * Author: Klaus Kaempf <kkaempf@suse.de>
6  * Daniel Vesely <dan@suse.cz>
7  * Michal Svec <msvec@suse.cz>
8  *
9  * $Id$
10  */
11 
12 #ifndef ResolverAgent_h
13 #define ResolverAgent_h
14 
15 #include <scr/SCRAgent.h>
16 #include <Y2.h>
17 
21 class ResolverAgent : public SCRAgent
22 {
23 private:
24  string file_name;
25 
26 public:
27  ResolverAgent ();
28  ~ResolverAgent ();
29 
33  YCPValue Read(const YCPPath& path, const YCPValue& arg = YCPNull(), const YCPValue& optarg = YCPNull());
34 
38  YCPBoolean Write(const YCPPath& path, const YCPValue& value, const YCPValue& arg = YCPNull());
39 
43  YCPList Dir(const YCPPath& path);
44 
48  YCPValue otherCommand(const YCPTerm& term);
49 };
50 
51 #endif /* ResolverAgent_h */

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