ex02 finished
This commit is contained in:
@@ -16,7 +16,9 @@
|
||||
|
||||
# include <iostream>
|
||||
# include <fstream>
|
||||
# include <string>
|
||||
# include "../AForm/AForm.hpp"
|
||||
# include "../Bureaucrat/Bureaucrat.hpp"
|
||||
|
||||
class ShrubberyCreationForm : public AForm
|
||||
{
|
||||
@@ -33,7 +35,7 @@ class ShrubberyCreationForm : public AForm
|
||||
|
||||
std::string getTarget() const;
|
||||
|
||||
void execute(Bureaucrat const &executor);
|
||||
virtual void execute(Bureaucrat const &executor) const;
|
||||
|
||||
class FormNotSignedException : public std::exception {
|
||||
public:
|
||||
|
||||
Reference in New Issue
Block a user