From b156d17698a91878dd2ad98c9f86d89073ac108b Mon Sep 17 00:00:00 2001 From: Joseph Mirabel Date: Mon, 25 Feb 2019 10:00:11 -0800 Subject: [PATCH] Remove whitespace in IDL files. * They generate errors with IIOP.NET --- idl/hpp/corbaserver/manipulation/gcommon.idl | 2 +- idl/hpp/corbaserver/manipulation/graph.idl | 6 +++--- idl/hpp/corbaserver/manipulation/problem.idl | 6 +++--- idl/hpp/corbaserver/manipulation/robot.idl | 4 ++-- 4 files changed, 9 insertions(+), 9 deletions(-) diff --git a/idl/hpp/corbaserver/manipulation/gcommon.idl b/idl/hpp/corbaserver/manipulation/gcommon.idl index 8027eae..6110eee 100644 --- a/idl/hpp/corbaserver/manipulation/gcommon.idl +++ b/idl/hpp/corbaserver/manipulation/gcommon.idl @@ -17,7 +17,7 @@ #ifndef HPP_MANIPULATION_CORBA_GCOMMON_IDL -# define HPP_MANIPULATION_CORBA_GCOMMON_IDL +#define HPP_MANIPULATION_CORBA_GCOMMON_IDL module hpp { typedef long ID; diff --git a/idl/hpp/corbaserver/manipulation/graph.idl b/idl/hpp/corbaserver/manipulation/graph.idl index a6f68d3..ccce6de 100644 --- a/idl/hpp/corbaserver/manipulation/graph.idl +++ b/idl/hpp/corbaserver/manipulation/graph.idl @@ -16,10 +16,10 @@ #ifndef HPP_MANIPULATION_CORBA_GRAPH_IDL -# define HPP_MANIPULATION_CORBA_GRAPH_IDL +#define HPP_MANIPULATION_CORBA_GRAPH_IDL -# include "hpp/corbaserver/manipulation/gcommon.idl" -# include +#include "hpp/corbaserver/manipulation/gcommon.idl" +#include module hpp { module corbaserver { diff --git a/idl/hpp/corbaserver/manipulation/problem.idl b/idl/hpp/corbaserver/manipulation/problem.idl index 456dacc..e51218b 100644 --- a/idl/hpp/corbaserver/manipulation/problem.idl +++ b/idl/hpp/corbaserver/manipulation/problem.idl @@ -16,10 +16,10 @@ // . #ifndef HPP_MANIPULATION_CORBA_ROBOT_IDL -# define HPP_MANIPULATION_CORBA_ROBOT_IDL +#define HPP_MANIPULATION_CORBA_ROBOT_IDL -# include "hpp/corbaserver/manipulation/gcommon.idl" -# include +#include "hpp/corbaserver/manipulation/gcommon.idl" +#include module hpp { diff --git a/idl/hpp/corbaserver/manipulation/robot.idl b/idl/hpp/corbaserver/manipulation/robot.idl index 06cec81..4c29453 100644 --- a/idl/hpp/corbaserver/manipulation/robot.idl +++ b/idl/hpp/corbaserver/manipulation/robot.idl @@ -16,9 +16,9 @@ // . #ifndef HPP_MANIPULATION_CORBA_ROBOT_IDL -# define HPP_MANIPULATION_CORBA_ROBOT_IDL +#define HPP_MANIPULATION_CORBA_ROBOT_IDL -# include +#include module hpp {