Conversation
C++ support for vacuum cleaner
move lib creation for vacuum cleaner
| @@ -1,304 +1,46 @@ | |||
| #ifndef INCLUDE_WEBGUI_HPP_ | |||
| #define INCLUDE_WEBGUI_HPP_ | |||
| #ifndef VACUUM_CLEANER_CPP__WEBGUI_HPP_ | |||
There was a problem hiding this comment.
It needs to be the "same" for all exercises
| #ifndef INCLUDE_WEBGUI_HPP_ | ||
| #define INCLUDE_WEBGUI_HPP_ | ||
| #ifndef VACUUM_CLEANER_CPP__WEBGUI_HPP_ | ||
| #define VACUUM_CLEANER_CPP__WEBGUI_HPP_ |
There was a problem hiding this comment.
It needs to be the "same" for all exercises
| @@ -1,134 +1,29 @@ | |||
| #ifndef INCLUDE_HAL_HPP_ | |||
| #define INCLUDE_HAL_HPP_ | |||
| #ifndef VACUUM_CLEANER_CPP__HAL_HPP_ | |||
There was a problem hiding this comment.
It needs to be the "same" for all exercises
| #ifndef INCLUDE_HAL_HPP_ | ||
| #define INCLUDE_HAL_HPP_ | ||
| #ifndef VACUUM_CLEANER_CPP__HAL_HPP_ | ||
| #define VACUUM_CLEANER_CPP__HAL_HPP_ |
There was a problem hiding this comment.
It needs to be the "same" for all exercises
| @@ -1,64 +1,22 @@ | |||
| #ifndef INCLUDE_FREQUENCY_HPP_ | |||
| #define INCLUDE_FREQUENCY_HPP_ | |||
| #ifndef VACUUM_CLEANER_CPP__FREQUENCY_HPP_ | |||
There was a problem hiding this comment.
It needs to be the "same" for all exercises
| @@ -0,0 +1,22 @@ | |||
| #ifndef VACUUM_CLEANER_CPP__FREQUENCY_HPP_ | |||
| #define VACUUM_CLEANER_CPP__FREQUENCY_HPP_ | |||
There was a problem hiding this comment.
It needs to be the "same" for all exercises
| @@ -0,0 +1,29 @@ | |||
| #ifndef VACUUM_CLEANER_CPP__HAL_HPP_ | |||
There was a problem hiding this comment.
Leave it as it was in the original
| @@ -0,0 +1,29 @@ | |||
| #ifndef VACUUM_CLEANER_CPP__HAL_HPP_ | |||
| #define VACUUM_CLEANER_CPP__HAL_HPP_ | |||
There was a problem hiding this comment.
Leave it as it was in the original
| @@ -0,0 +1,46 @@ | |||
| #ifndef VACUUM_CLEANER_CPP__WEBGUI_HPP_ | |||
There was a problem hiding this comment.
Leave it as it was in the original
| @@ -0,0 +1,46 @@ | |||
| #ifndef VACUUM_CLEANER_CPP__WEBGUI_HPP_ | |||
| #define VACUUM_CLEANER_CPP__WEBGUI_HPP_ | |||
There was a problem hiding this comment.
Leave it as it was in the original
No description provided.