Skip to content

Commit

Permalink
fixed RpcLibPort following advice (microsoft#1981)
Browse files Browse the repository at this point in the history
  • Loading branch information
rapsealk authored and Matthew Brown committed Sep 12, 2019
1 parent c88ffaf commit ed12bf7
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 16 deletions.
5 changes: 0 additions & 5 deletions AirLib/include/api/RpcLibClientBase.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,6 @@
#include "physics/Environment.hpp"
#include "api/WorldSimApiBase.hpp"

#include "api/RpcLibPort.hpp"

const extern uint16_t RpcLibPort;


namespace msr { namespace airlib {

//common methods for RCP clients of different vehicles
Expand Down
11 changes: 0 additions & 11 deletions AirLib/include/api/RpcLibPort.hpp

This file was deleted.

2 changes: 2 additions & 0 deletions AirLib/include/common/Common.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,8 @@
#define _CRT_SECURE_NO_WARNINGS 1
#endif

#define RpcLibPort 41451

namespace msr { namespace airlib {

//numericals
Expand Down

0 comments on commit ed12bf7

Please sign in to comment.