yast2-core
|
A dummy component representing an error. More...
#include <Y2ErrorComponent.h>
Public Member Functions | |
Y2ErrorComponent () | |
string | name () const |
![]() | |
Y2Component () | |
virtual | ~Y2Component () |
virtual YCPValue | evaluate (const YCPValue &command) |
virtual void | result (const YCPValue &result) |
virtual void | setServerOptions (int argc, char **argv) |
virtual Y2Namespace * | import (const char *name_space) |
virtual YCPValue | doActualWork (const YCPList &arglist, Y2Component *user_interface) |
virtual SCRAgent * | getSCRAgent () |
virtual bool | remote () const |
A dummy component representing an error.
|
inline |
Constructor.
|
inlinevirtual |
Returns "ErrorComponent".
Implements Y2Component.