123456789101112131415161718192021222324252627282930313233 |
- #ifndef FILE_CONSUMER_H
- #define FILE_CONSUMER_H
- #include <fastdds/dds/log/FileConsumer.hpp>
- namespace eprosima {
- namespace fastrtps {
- using FileConsumer = fastdds::dds::FileConsumer;
- }
- }
- #endif
|