Skip to content

Commit

Permalink
New DataManagment division into fetching and inserting methods
Browse files Browse the repository at this point in the history
  • Loading branch information
dominikpalatynski committed Mar 5, 2024
1 parent fbebf6e commit 89187cd
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion source/DataBase/interface/IDataBaseManager.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
#include <memory>
#include <vector>

#include "common/DataBaseRequest.hpp"
#include "../common/DataBaseRequest.hpp"

namespace dataBase::interface {
class IDataBaseManager {
Expand Down
4 changes: 2 additions & 2 deletions source/DataBase/interface/IQueryOperationBuilder.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@

#include <map>

#include "common/DataBaseCommon.hpp"
#include "common/DataBaseRequest.hpp"
#include "../common/DataBaseCommon.hpp"
#include "../common/DataBaseRequest.hpp"

namespace dataBase::interface {
class IQueryOperationBuilder {
Expand Down

0 comments on commit 89187cd

Please sign in to comment.