10 #ifndef _HardwareDetectionAgent_h
11 #define _HardwareDetectionAgent_h
virtual YCPValue Read(const YCPPath &path, const YCPValue &arg=YCPNull(), const YCPValue &opt=YCPNull())
Definition: HardwareDetectionAgent.cc:38
virtual YCPList Dir(const YCPPath &path)
Definition: HardwareDetectionAgent.cc:29
HardwareDetectionAgent()
Definition: HardwareDetectionAgent.cc:15
virtual YCPValue otherCommand(const YCPTerm &term)
Definition: HardwareDetectionAgent.cc:67
virtual ~HardwareDetectionAgent()
Definition: HardwareDetectionAgent.cc:22
virtual YCPValue Execute(const YCPPath &path, const YCPValue &value=YCPNull(), const YCPValue &arg=YCPNull())
Definition: HardwareDetectionAgent.cc:57
virtual YCPBoolean Write(const YCPPath &path, const YCPValue &value, const YCPValue &arg=YCPNull())
Definition: HardwareDetectionAgent.cc:47
An interface class between YaST2 and HardwareDetection Agent.
Definition: HardwareDetectionAgent.h:19