1 /*******************************************************************************
2 ********************************************************************************
4 Copyright (c) 2008 Ahmed S. Badran
6 Licensed under the FreeBSD License (see LICENSE)
9 Description: An about command.
10 Created: 12/15/2008 11:13:36 PM PST
11 Author: Ahmed S. Badran (Ahmed B.), ahmed.badran@gmail.com
13 ********************************************************************************
14 *******************************************************************************/
22 class cmd_about
: public cmd_if
25 cmd_about(const std::string
& n
);
26 bool execute(conf
* cnf
) const;
27 const std::string
err_msg() const;
30 const cmd_about
& operator=(const cmd_about
&);
33 const std::string error
;
36 #endif // ----- #ifndef CMD_ABOUT_INC -----