SeisComP3 / seiscomp3

SeisComP is a seismological software for data acquisition, processing, distribution and interactive analysis.
Other
111 stars 88 forks source link

BUG: missing #ifndef/#define in header file #244

Closed luca-s closed 5 years ago

luca-s commented 5 years ago

Just a small oversight

gempa-jabe commented 5 years ago

Since that header is private, it is neither an oversight nor a bug. This header is not intended to be included in external codes. It is not installed and not part of the SDK.

You want to include it somewhere else and that does not work due to multiple includes, right? Do you also include the cpp file or do you link against the plugin library? What is your intention?

luca-s commented 5 years ago

I don't need that. I was just looking at the code and I noticed that. I'll close this PR then