yast2-transfer
Main Page
Classes
Files
File List
File Members
src
TftpAgent.h
Go to the documentation of this file.
1
/*
2
* YaST2: Core system
3
*
4
* Description:
5
* YaST2 SCR: Tftp agent implementation
6
*
7
* Authors:
8
* Anas Nashif <nashif@suse.de>
9
*
10
* $Id: TftpAgent.h 13223 2004-01-15 16:01:52Z jsrain $
11
*/
12
13
#ifndef _TftpAgent_h
14
#define _TftpAgent_h
15
16
#include <
Y2.h
>
17
#include <
scr/SCRAgent.h
>
18
19
23
class
TftpAgent
:
public
SCRAgent
24
{
25
private
:
30
public
:
34
TftpAgent
();
38
virtual
~TftpAgent
();
39
45
virtual
YCPValue
Read
(
const
YCPPath
&path,
const
YCPValue
& arg =
YCPNull
(),
const
YCPValue
& opt =
YCPNull
());
46
51
virtual
YCPValue
Execute
(
const
YCPPath
& path,
const
YCPValue
& value ,
const
YCPValue
& arg );
55
virtual
YCPBoolean
Write
(
const
YCPPath
&path,
const
YCPValue
& value,
const
YCPValue
& arg );
56
60
virtual
YCPList
Dir
(
const
YCPPath
& path);
61
65
virtual
YCPValue
otherCommand
(
const
YCPTerm
& term);
66
};
67
68
#endif
/* _TftpAgent_h */
Generated on a sunny day for yast2-transfer by
1.8.2