Skip to content
This repository was archived by the owner on May 31, 2025. It is now read-only.

use namespaced macros instead of deprecated macros#1239

Merged
mikepurvis merged 1 commit intoros:lunar-develfrom
mikaelarguedas:namespaced_console_bridge_macros
Nov 19, 2017
Merged

use namespaced macros instead of deprecated macros#1239
mikepurvis merged 1 commit intoros:lunar-develfrom
mikaelarguedas:namespaced_console_bridge_macros

Conversation

@mikaelarguedas
Copy link
Copy Markdown
Member

The rest of rosbag uses the new namespaced macros.
Given that the old console bridge macros are undefined in:

#if defined logDebug
# undef logDebug
#endif
#if defined logInform
# undef logInform
#endif
#if defined logWarn
# undef logWarn
#endif
#if defined logError
# undef logError
#endif

The rest of the code base needs to use the new ones

@mikepurvis
Copy link
Copy Markdown
Member

LGTM.

@mikepurvis mikepurvis merged commit f7c7b3c into ros:lunar-devel Nov 19, 2017
@mikaelarguedas mikaelarguedas deleted the namespaced_console_bridge_macros branch November 19, 2017 08:54
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants