File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2424#include < string>
2525#include < vector>
2626
27- #include < fastrtps /rtps/common/Guid.h>
27+ #include < fastdds /rtps/common/Guid.h>
2828
2929namespace tinyxml2 {
3030class XMLElement ;
Original file line number Diff line number Diff line change 3131 #undef LOG_NO_ERROR
3232#endif
3333
34- #include <fastrtps/ log/Log.h >
34+ #include <fastdds/dds/ log/Log.hpp >
3535
36- #define LOG (x ) logInfo (DISCOVERY_SERVER,x)
37- #define LOG_INFO (x ) logInfo (DISCOVERY_SERVER,x)
38- #define LOG_WARN (x ) logWarning (DISCOVERY_SERVER,x)
39- #define LOG_ERROR (x ) logError (DISCOVERY_SERVER,x)
36+ #define LOG (x ) EPROSIMA_LOG_INFO (DISCOVERY_SERVER,x);
37+ #define LOG_INFO (x ) EPROSIMA_LOG_INFO (DISCOVERY_SERVER,x);
38+ #define LOG_WARN (x ) EPROSIMA_LOG_WARNING (DISCOVERY_SERVER,x;);
39+ #define LOG_ERROR (x ) EPROSIMA_LOG_ERROR (DISCOVERY_SERVER,x);
4040
41- #endif // _EPROSIMA_IS_LOG_H_
41+ #endif // _EPROSIMA_IS_LOG_H_
You can’t perform that action at this time.
0 commit comments