Kaydet (Commit) 374b06c7 authored tarafından Stephan Bergmann's avatar Stephan Bergmann

Avoid reserved identifier

Change-Id: I5e6938385ce870579982f21ad824081f4cc1ef60
üst 82746554
...@@ -29,9 +29,9 @@ ...@@ -29,9 +29,9 @@
namespace dbaui namespace dbaui
{ {
#define _REGISTRATIONHELPER_INCLUDED_INDIRECTLY_ #define REGISTRATIONHELPER_INCLUDED_INDIRECTLY_
#include "registrationhelper.hxx" #include "registrationhelper.hxx"
#undef _REGISTRATIONHELPER_INCLUDED_INDIRECTLY_ #undef REGISTRATIONHELPER_INCLUDED_INDIRECTLY_
} }
......
...@@ -29,9 +29,9 @@ ...@@ -29,9 +29,9 @@
namespace dbaxml namespace dbaxml
{ {
#define _REGISTRATIONHELPER_INCLUDED_INDIRECTLY_ #define REGISTRATIONHELPER_INCLUDED_INDIRECTLY_
#include "registrationhelper.hxx" #include "registrationhelper.hxx"
#undef _REGISTRATIONHELPER_INCLUDED_INDIRECTLY_ #undef REGISTRATIONHELPER_INCLUDED_INDIRECTLY_
} }
......
...@@ -17,7 +17,7 @@ ...@@ -17,7 +17,7 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 . * the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/ */
#ifndef _REGISTRATIONHELPER_INCLUDED_INDIRECTLY_ #ifndef REGISTRATIONHELPER_INCLUDED_INDIRECTLY_
#error "don't include this file directly! use dbu_reghelper.hxx instead!" #error "don't include this file directly! use dbu_reghelper.hxx instead!"
#endif #endif
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment