refactor
This commit is contained in:
		| @@ -26,7 +26,7 @@ | |||||||
| #include "comm/i_http_comm.hpp" | #include "comm/i_http_comm.hpp" | ||||||
| #include "events/event_system.hpp" | #include "events/event_system.hpp" | ||||||
| #include "events/events.hpp" | #include "events/events.hpp" | ||||||
| #include "utils/encryption.hpp" | #include "utils/encrypt.hpp" | ||||||
| #include "utils/utils.hpp" | #include "utils/utils.hpp" | ||||||
|  |  | ||||||
| namespace repertory { | namespace repertory { | ||||||
|   | |||||||
| @@ -19,8 +19,8 @@ | |||||||
|   OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE |   OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE | ||||||
|   SOFTWARE. |   SOFTWARE. | ||||||
| */ | */ | ||||||
| #ifndef INCLUDE_UTILS_ENCRYPTION_HPP_ | #ifndef INCLUDE_UTILS_ENCRYPT_HPP_ | ||||||
| #define INCLUDE_UTILS_ENCRYPTION_HPP_ | #define INCLUDE_UTILS_ENCRYPT_HPP_ | ||||||
| 
 | 
 | ||||||
| #include "types/repertory.hpp" | #include "types/repertory.hpp" | ||||||
| #include "utils/encrypting_reader.hpp" | #include "utils/encrypting_reader.hpp" | ||||||
| @@ -158,4 +158,4 @@ encrypt_data(const std::array<unsigned char, | |||||||
| } | } | ||||||
| } // namespace repertory::utils::encryption
 | } // namespace repertory::utils::encryption
 | ||||||
| 
 | 
 | ||||||
| #endif // INCLUDE_UTILS_ENCRYPTION_HPP_
 | #endif // INCLUDE_UTILS_ENCRYPT_HPP_
 | ||||||
| @@ -25,7 +25,7 @@ | |||||||
| #include "events/events.hpp" | #include "events/events.hpp" | ||||||
| #include "types/remote.hpp" | #include "types/remote.hpp" | ||||||
| #include "types/repertory.hpp" | #include "types/repertory.hpp" | ||||||
| #include "utils/encryption.hpp" | #include "utils/encrypt.hpp" | ||||||
| #include "utils/error_utils.hpp" | #include "utils/error_utils.hpp" | ||||||
| #include "utils/utils.hpp" | #include "utils/utils.hpp" | ||||||
|  |  | ||||||
|   | |||||||
| @@ -28,7 +28,7 @@ | |||||||
| #include "events/events.hpp" | #include "events/events.hpp" | ||||||
| #include "types/repertory.hpp" | #include "types/repertory.hpp" | ||||||
| #include "utils/encrypting_reader.hpp" | #include "utils/encrypting_reader.hpp" | ||||||
| #include "utils/encryption.hpp" | #include "utils/encrypt.hpp" | ||||||
| #include "utils/path_utils.hpp" | #include "utils/path_utils.hpp" | ||||||
| #include "utils/polling.hpp" | #include "utils/polling.hpp" | ||||||
|  |  | ||||||
|   | |||||||
| @@ -28,7 +28,7 @@ | |||||||
| #include "types/repertory.hpp" | #include "types/repertory.hpp" | ||||||
| #include "types/s3.hpp" | #include "types/s3.hpp" | ||||||
| #include "types/startup_exception.hpp" | #include "types/startup_exception.hpp" | ||||||
| #include "utils/encryption.hpp" | #include "utils/encrypt.hpp" | ||||||
| #include "utils/encrypting_reader.hpp" | #include "utils/encrypting_reader.hpp" | ||||||
| #include "utils/error_utils.hpp" | #include "utils/error_utils.hpp" | ||||||
| #include "utils/file_utils.hpp" | #include "utils/file_utils.hpp" | ||||||
|   | |||||||
| @@ -19,7 +19,7 @@ | |||||||
|   OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE |   OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE | ||||||
|   SOFTWARE. |   SOFTWARE. | ||||||
| */ | */ | ||||||
| #include "utils/encryption.hpp" | #include "utils/encrypt.hpp" | ||||||
| 
 | 
 | ||||||
| #include "events/event_system.hpp" | #include "events/event_system.hpp" | ||||||
| #include "events/events.hpp" | #include "events/events.hpp" | ||||||
| @@ -24,7 +24,7 @@ | |||||||
| #include "events/event_system.hpp" | #include "events/event_system.hpp" | ||||||
| #include "events/events.hpp" | #include "events/events.hpp" | ||||||
| #include "types/repertory.hpp" | #include "types/repertory.hpp" | ||||||
| #include "utils/encryption.hpp" | #include "utils/encrypt.hpp" | ||||||
| #include "utils/error_utils.hpp" | #include "utils/error_utils.hpp" | ||||||
| #include "utils/utils.hpp" | #include "utils/utils.hpp" | ||||||
|  |  | ||||||
|   | |||||||
| @@ -34,7 +34,7 @@ REPERTORY_IGNORE_WARNINGS_DISABLE() | |||||||
| #include "events/consumers/console_consumer.hpp" | #include "events/consumers/console_consumer.hpp" | ||||||
| #include "events/event_system.hpp" | #include "events/event_system.hpp" | ||||||
| #include "events/events.hpp" | #include "events/events.hpp" | ||||||
| #include "utils/encryption.hpp" | #include "utils/encrypt.hpp" | ||||||
| #include "utils/file_utils.hpp" | #include "utils/file_utils.hpp" | ||||||
| #include "utils/native_file.hpp" | #include "utils/native_file.hpp" | ||||||
|  |  | ||||||
|   | |||||||
| @@ -22,7 +22,7 @@ | |||||||
| #include "test_common.hpp" | #include "test_common.hpp" | ||||||
|  |  | ||||||
| #include "types/repertory.hpp" | #include "types/repertory.hpp" | ||||||
| #include "utils/encryption.hpp" | #include "utils/encrypt.hpp" | ||||||
| #include "utils/file_utils.hpp" | #include "utils/file_utils.hpp" | ||||||
|  |  | ||||||
| namespace repertory { | namespace repertory { | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user