Skip to content

Commit

Permalink
backend: rename actionrpc_impl into action_service_impl
Browse files Browse the repository at this point in the history
  • Loading branch information
JonasVautherin committed Mar 2, 2018
1 parent 648c8f8 commit 138bd59
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion grpc/server/src/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ set(BACKEND_SOURCES
backend_api.h
backend_api.cpp
backend.cpp
${PLUGINS_DIR}/action/actionrpc_impl.cpp
${PLUGINS_DIR}/action/action_service_impl.cpp
${GRPC_COMPILED_SOURCES}
${PB_COMPILED_SOURCES}
)
Expand Down
2 changes: 1 addition & 1 deletion grpc/server/src/backend.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
#include <grpc++/security/server_credentials.h>
#include <mutex>

#include "action/actionrpc_impl.h"
#include "action/action_service_impl.h"
#include "connection_initiator.h"
#include "core/corerpc_impl.h"
#include "dronecore.h"
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#include "actionrpc_impl.h"
#include "action_service_impl.h"

namespace rpc_action = dronecore::rpc::action;

Expand Down

0 comments on commit 138bd59

Please sign in to comment.