Merge pull request #163 from ros2/export_scope_exit

Move scope exit to include folder
This commit is contained in:
Jackie Kay 2015-11-30 15:42:43 -08:00
commit f5e5acd06e
4 changed files with 4 additions and 7 deletions

View file

@ -13,11 +13,10 @@
// limitations under the License.
#include "rclcpp/executor.hpp"
#include "rclcpp/scope_exit.hpp"
#include "rcl_interfaces/msg/intra_process_message.hpp"
#include "./scope_exit.hpp"
using rclcpp::executor::AnyExecutable;
using rclcpp::executor::Executor;

View file

@ -19,8 +19,7 @@
#include <vector>
#include "rclcpp/utilities.hpp"
#include "../scope_exit.hpp"
#include "rclcpp/scope_exit.hpp"
using rclcpp::executors::multi_threaded_executor::MultiThreadedExecutor;

View file

@ -12,9 +12,8 @@
// See the License for the specific language governing permissions and
// limitations under the License.
#include <rclcpp/executors/single_threaded_executor.hpp>
#include "../scope_exit.hpp"
#include "rclcpp/executors/single_threaded_executor.hpp"
#include "rclcpp/scope_exit.hpp"
using rclcpp::executors::single_threaded_executor::SingleThreadedExecutor;