Skip to content

Commit

Permalink
Rename client_utils (#103)
Browse files Browse the repository at this point in the history
  • Loading branch information
jasondu7297 authored Dec 28, 2023
1 parent cbdc8b5 commit 502eb2d
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/client/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ set(CLIENT_EXECUTABLE client)

add_executable(${CLIENT_EXECUTABLE}
client.cpp
client_utils.cpp
clientUtils.cpp
${CMAKE_BINARY_DIR}/src/gen-cpp/RPC.cpp
${CMAKE_BINARY_DIR}/src/gen-cpp/Operation_types.cpp
)
Expand Down
2 changes: 1 addition & 1 deletion src/client/SharedQueue.h
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@

#include "constants.h"
#include "RPC.h"
#include "client_utils.h"
#include "clientUtils.h"

using namespace std::chrono;
using namespace apache::thrift;
Expand Down
2 changes: 1 addition & 1 deletion src/client/client_utils.cpp → src/client/clientUtils.cpp
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#include "client_utils.h"
#include "clientUtils.h"

#include "constants.h"
#include "encryption_engine.h"
Expand Down
File renamed without changes.

0 comments on commit 502eb2d

Please sign in to comment.