eclipse-ecal / rosidl_typesupport_protobuf

Middleware agnostic ros2 static typesupport which uses Protobuf for serialization/deserialization.
Apache License 2.0
52 stars 15 forks source link

Remove #pragma once in cpp code #3

Closed t0ny-peng closed 3 years ago

t0ny-peng commented 3 years ago

#pragma once is not supposed to be used in .cpp code.

t0ny-peng commented 3 years ago

@brakmic-aleksandar Hi there. Here's a PR about a fix we found during our integration of rosidl_typesupport_protobuf. Can I assume you are still the maintainer of this repo?

brakmic-aleksandar commented 3 years ago

@t0ny-peng Yeah, I'm still the maintainer, thank you for your contribution!