Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
n1ckfg committed May 1, 2018
2 parents 6d57a58 + 318dcf9 commit 2b37d53
Show file tree
Hide file tree
Showing 175 changed files with 5 additions and 37,671 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@ obj/

# Visual Studio 2015 cache/options directory
.vs/
.vscode/

# MSTest test Results
[Tt]est[Rr]esult*/
Expand Down
File renamed without changes.
Original file line number Diff line number Diff line change
@@ -1,20 +1,20 @@
// Copyright (c) Microsoft Corporation. All rights reserved.
// Licensed under the MIT License.

#ifndef air_ControlServerBase_hpp
#define air_ControlServerBase_hpp
#ifndef air_ApiServerBase_hpp
#define air_ApiServerBase_hpp

#include "common/Common.hpp"
#include <functional>


namespace msr { namespace airlib {

class ControlServerBase {
class ApiServerBase {
public:
virtual void start(bool block = false) = 0;
virtual void stop() = 0;
virtual ~ControlServerBase() = default;
virtual ~ApiServerBase() = default;
};

}} //namespace
Expand Down
1 change: 0 additions & 1 deletion rosbridge/airsim_interface/AirLib/.gitignore

This file was deleted.

373 changes: 0 additions & 373 deletions rosbridge/airsim_interface/AirLib/AirLib.vcxproj

This file was deleted.

504 changes: 0 additions & 504 deletions rosbridge/airsim_interface/AirLib/AirLib.vcxproj.filters

This file was deleted.

26 changes: 0 additions & 26 deletions rosbridge/airsim_interface/AirLib/include/api/DebugApiServer.hpp

This file was deleted.

Loading

0 comments on commit 2b37d53

Please sign in to comment.