38 lines
1.3 KiB
C++
38 lines
1.3 KiB
C++
/* ************************************************************************** */
|
|
/* */
|
|
/* ::: :::::::: */
|
|
/* RobotomyRequestForm.cpp :+: :+: :+: */
|
|
/* +:+ +:+ +:+ */
|
|
/* By: apommier <apommier@student.42.fr> +#+ +:+ +#+ */
|
|
/* +#+#+#+#+#+ +#+ */
|
|
/* Created: 2022/07/19 13:00:09 by apommier #+# #+# */
|
|
/* Updated: 2022/07/23 12:35:53 by apommier ### ########.fr */
|
|
/* */
|
|
/* ************************************************************************** */
|
|
|
|
#include "RobotomyRequestForm.hpp"
|
|
|
|
RobotomyRequestForm::RobotomyRequestForm()
|
|
{
|
|
|
|
}
|
|
|
|
RobotomyRequestForm::RobotomyRequestForm(const RobotomyRequestForm.hpp& copy)
|
|
{
|
|
|
|
}
|
|
|
|
RobotomyRequestForm::~RobotomyRequestForm()
|
|
{
|
|
|
|
}
|
|
|
|
RobotomyRequestForm.hpp RobotomyRequestForm::&operator=(const RobotomyRequestForm.hpp& rhs)
|
|
{
|
|
|
|
}
|
|
|
|
void RobotomyRequestForm::execute(Bureaucrat const & executor) const
|
|
{
|
|
|
|
} |