Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

include: Move header files into libcoap namespace #606

Merged
merged 1 commit into from
Mar 8, 2021

Conversation

mrdeep1
Copy link
Collaborator

@mrdeep1 mrdeep1 commented Feb 28, 2021

I.E. '#include "mem.h"' becomes '#include "coap2/mem.h"'

This prevents header name clashes.

Replacement for #487

.gitignore Show resolved Hide resolved
CMakeLists.txt Outdated Show resolved Hide resolved
@mrdeep1 mrdeep1 force-pushed the refactor_headers branch from 27dbe7b to ccca2c2 Compare March 4, 2021 08:32
Copy link
Owner

@obgm obgm left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Sorry, I did this review last week but somehow did not submit it.

cmake_coap_config.h.in Outdated Show resolved Hide resolved
examples/lwip/Makefile Show resolved Hide resolved
I.E. '#include "mem.h"' becomes '#include "coap2/mem.h"'

This prevents header name clashes.

Replacement for obgm#487
@mrdeep1 mrdeep1 force-pushed the refactor_headers branch from ccca2c2 to 0c031d7 Compare March 8, 2021 16:45
@mrdeep1
Copy link
Collaborator Author

mrdeep1 commented Mar 8, 2021

Updated code pushed.

@obgm obgm merged commit 301f6e1 into obgm:develop Mar 8, 2021
@mrdeep1 mrdeep1 deleted the refactor_headers branch March 8, 2021 18:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants