diff options
Diffstat (limited to 'cpp05/ex02/main.cpp')
| -rw-r--r-- | cpp05/ex02/main.cpp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/cpp05/ex02/main.cpp b/cpp05/ex02/main.cpp index 0f3a893..fe46a7a 100644 --- a/cpp05/ex02/main.cpp +++ b/cpp05/ex02/main.cpp @@ -6,7 +6,7 @@ /* By: charles <charles.cabergs@gmail.com> +#+ +:+ +#+ */ /* +#+#+#+#+#+ +#+ */ /* Created: 2020/04/14 18:13:05 by charles #+# #+# */ -/* Updated: 2020/11/17 17:50:20 by charles ### ########.fr */ +/* Updated: 2020/12/12 12:16:43 by cacharle ### ########.fr */ /* */ /* ************************************************************************** */ @@ -116,7 +116,7 @@ int main() Bureaucrat c4("foo", 1); c4.executeForm(sh); } { - std::cout << "############### PRESIDENTIAL SIGN FORM" << std::endl; + std::cout << "############### PRESIDENTIAL EXECUTE FORM" << std::endl; PresidentialPardonForm pr("fu"); pr.beSigned(Bureaucrat("foo", 1)); Bureaucrat c1("foo", 150); c1.executeForm(pr); @@ -125,7 +125,7 @@ int main() Bureaucrat c4("foo", 1); c4.executeForm(pr); } { - std::cout << "############### ROBOTOMY SIGN FORM" << std::endl; + std::cout << "############### ROBOTOMY EXECUTE FORM" << std::endl; RobotomyRequestForm ro("mi"); ro.beSigned(Bureaucrat("foo", 1)); Bureaucrat c1("foo", 150); c1.executeForm(ro); |
