「🎉」 init: hello world !
This commit is contained in:
15
ex02/RobotomyRequestForm.hpp
Normal file
15
ex02/RobotomyRequestForm.hpp
Normal file
@@ -0,0 +1,15 @@
|
||||
#pragma once
|
||||
|
||||
#include "AForm.hpp"
|
||||
|
||||
class RobotomyRequestForm : public AForm {
|
||||
public:
|
||||
RobotomyRequestForm(void);
|
||||
RobotomyRequestForm(const RobotomyRequestForm &);
|
||||
RobotomyRequestForm(std::string);
|
||||
~RobotomyRequestForm(void);
|
||||
|
||||
RobotomyRequestForm &operator=(const RobotomyRequestForm &);
|
||||
private:
|
||||
void _exec(const Bureaucrat &) const;
|
||||
};
|
||||
Reference in New Issue
Block a user