Skip to content

Commit

Permalink
compile errors
Browse files Browse the repository at this point in the history
  • Loading branch information
ErnestoAvedillo committed Jun 30, 2024
1 parent 6c1588a commit 54f6f81
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
3 changes: 2 additions & 1 deletion mandatory/inc/LocationParser.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
/* By: eavedill <eavedill@student.42.fr> +#+ +:+ +#+ */
/* +#+#+#+#+#+ +#+ */
/* Created: 2024/06/30 13:48:49 by eavedill #+# #+# */
/* Updated: 2024/06/30 14:43:58 by eavedill ### ########.fr */
/* Updated: 2024/06/30 16:29:45 by eavedill ### ########.fr */
/* */
/* ************************************************************************** */

Expand Down Expand Up @@ -68,3 +68,4 @@ class LocationParser
size_t getStartRange();
size_t getEndRange();
std::string getQuery();
};
4 changes: 1 addition & 3 deletions mandatory/src/LocationParser.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,11 @@
/* By: eavedill <eavedill@student.42.fr> +#+ +:+ +#+ */
/* +#+#+#+#+#+ +#+ */
/* Created: 2024/06/30 13:51:38 by eavedill #+# #+# */
/* Updated: 2024/06/30 15:22:31 by eavedill ### ########.fr */
/* Updated: 2024/06/30 16:30:02 by eavedill ### ########.fr */
/* */
/* ************************************************************************** */

#include "../inc/LocationParser.hpp"
#include <chrono>
#include <ctime>

static std::string getMimeType(std::string contentType)
{
Expand Down

0 comments on commit 54f6f81

Please sign in to comment.