Skip to content

Commit

Permalink
AM-77 Remove sh_mem and related sources from the project
Browse files Browse the repository at this point in the history
Co-authored-by: ben <[email protected]>
  • Loading branch information
MaksymT17 and ben authored Sep 23, 2024
1 parent 0a42190 commit 466f59e
Show file tree
Hide file tree
Showing 23 changed files with 20 additions and 1,612 deletions.
2 changes: 1 addition & 1 deletion analyze/algorithm/BfsObjectDetector.h
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#pragma once
#include "IObjectDetector.h"
#include "sh_mem/Message.hpp"
#include "Message.h"
#include "common/Logger.hpp"
#include "Object.h"

Expand Down
2 changes: 1 addition & 1 deletion analyze/algorithm/ObjectDetector.h
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#pragma once

#include "BfsObjectDetector.h"
#include "sh_mem/Message.hpp"
#include "Message.h"

namespace am::analyze::algorithm
{
Expand Down
2 changes: 1 addition & 1 deletion configuration/ConfigurationReader.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
#include "common/exceptions/FileAccessException.hpp"
#include "common/exceptions/AmException.hpp"
#include "analyze/algorithm/ObjectDetector.h"
#include <sh_mem/Message.hpp>
#include <Message.h>

namespace
{
Expand Down
4 changes: 2 additions & 2 deletions main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@

#include "analyze/algorithm/ObjectDetector.h"
#include "AmApi.h"
#include "sh_mem/ServerProcCommunicator.h"
#include "sh_mem/ClientProcCommunicator.h"
#include "ServerProcCommunicator.h"
#include "ClientProcCommunicator.h"
#include "service/ConnectionsInfo.h"
#include "service/SilberService.h"

Expand Down
2 changes: 1 addition & 1 deletion service/ConnectionsInfo.h
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
#include <iostream>
#include <vector>
#include <cstring>
#include "sh_mem/Message.hpp"
#include "Message.h"

class ConnectionsInfo
{
Expand Down
2 changes: 1 addition & 1 deletion service/SilberService.cpp
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#include "SilberService.h"
#include "sh_mem/Message.hpp"
#include "Message.h"

static Configuration default_conf{75, 10, 1, 50, 5, 10.0};
namespace am::service
Expand Down
2 changes: 1 addition & 1 deletion service/SilberService.h
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#include "IService.h"
#include <string.h>
#include <memory>
#include "sh_mem/ServerProcCommunicator.h"
#include "ServerProcCommunicator.h"
#include "service/ConnectionsInfo.h"
#include "AmApi.h"

Expand Down
20 changes: 0 additions & 20 deletions sh_mem/CMakeLists.txt

This file was deleted.

38 changes: 0 additions & 38 deletions sh_mem/ClientProcCommunicator.cpp

This file was deleted.

62 changes: 0 additions & 62 deletions sh_mem/ClientProcCommunicator.h

This file was deleted.

Loading

0 comments on commit 466f59e

Please sign in to comment.