Skip to content

Commit 15fd5d8

Browse files
authored
Remove rclcpp users note from our visibility headers (#211)
1 parent 3dc62e2 commit 15fd5d8

File tree

5 files changed

+0
-35
lines changed

5 files changed

+0
-35
lines changed

controller_interface/include/controller_interface/visibility_control.h

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -12,13 +12,6 @@
1212
// See the License for the specific language governing permissions and
1313
// limitations under the License.
1414

15-
/* This header must be included by all rclcpp headers which declare symbols
16-
* which are defined in the rclcpp library. When not building the rclcpp
17-
* library, i.e. when using the headers in other package's code, the contents
18-
* of this header change the visibility of certain symbols which the rclcpp
19-
* library cannot have, but the consuming code must have inorder to link.
20-
*/
21-
2215
#ifndef CONTROLLER_INTERFACE__VISIBILITY_CONTROL_H_
2316
#define CONTROLLER_INTERFACE__VISIBILITY_CONTROL_H_
2417

controller_manager/include/controller_manager/visibility_control.h

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -12,13 +12,6 @@
1212
// See the License for the specific language governing permissions and
1313
// limitations under the License.
1414

15-
/* This header must be included by all rclcpp headers which declare symbols
16-
* which are defined in the rclcpp library. When not building the rclcpp
17-
* library, i.e. when using the headers in other package's code, the contents
18-
* of this header change the visibility of certain symbols which the rclcpp
19-
* library cannot have, but the consuming code must have inorder to link.
20-
*/
21-
2215
#ifndef CONTROLLER_MANAGER__VISIBILITY_CONTROL_H_
2316
#define CONTROLLER_MANAGER__VISIBILITY_CONTROL_H_
2417

hardware_interface/include/hardware_interface/visibility_control.h

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -12,13 +12,6 @@
1212
// See the License for the specific language governing permissions and
1313
// limitations under the License.
1414

15-
/* This header must be included by all rclcpp headers which declare symbols
16-
* which are defined in the rclcpp library. When not building the rclcpp
17-
* library, i.e. when using the headers in other package's code, the contents
18-
* of this header change the visibility of certain symbols which the rclcpp
19-
* library cannot have, but the consuming code must have inorder to link.
20-
*/
21-
2215
#ifndef HARDWARE_INTERFACE__VISIBILITY_CONTROL_H_
2316
#define HARDWARE_INTERFACE__VISIBILITY_CONTROL_H_
2417

test_robot_hardware/include/test_robot_hardware/visibility_control.h

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -12,13 +12,6 @@
1212
// See the License for the specific language governing permissions and
1313
// limitations under the License.
1414

15-
/* This header must be included by all rclcpp headers which declare symbols
16-
* which are defined in the rclcpp library. When not building the rclcpp
17-
* library, i.e. when using the headers in other package's code, the contents
18-
* of this header change the visibility of certain symbols which the rclcpp
19-
* library cannot have, but the consuming code must have inorder to link.
20-
*/
21-
2215
#ifndef TEST_ROBOT_HARDWARE__VISIBILITY_CONTROL_H_
2316
#define TEST_ROBOT_HARDWARE__VISIBILITY_CONTROL_H_
2417

transmission_interface/include/transmission_interface/visibility_control.h

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -12,13 +12,6 @@
1212
// See the License for the specific language governing permissions and
1313
// limitations under the License.
1414

15-
/* This header must be included by all rclcpp headers which declare symbols
16-
* which are defined in the rclcpp library. When not building the rclcpp
17-
* library, i.e. when using the headers in other package's code, the contents
18-
* of this header change the visibility of certain symbols which the rclcpp
19-
* library cannot have, but the consuming code must have inorder to link.
20-
*/
21-
2215
#ifndef TRANSMISSION_INTERFACE__VISIBILITY_CONTROL_H_
2316
#define TRANSMISSION_INTERFACE__VISIBILITY_CONTROL_H_
2417

0 commit comments

Comments
 (0)