diff options
author | Mukund Sivaraman <muks@isc.org> | 2012-10-25 06:05:06 +0200 |
---|---|---|
committer | Mukund Sivaraman <muks@isc.org> | 2012-10-25 06:36:34 +0200 |
commit | 059a2a175193e5c60a3a5e647acf95e0eb6b9a6a (patch) | |
tree | c0529f22066954c4be1b1c96259fcf2cb8640cca /src/lib/dns/message.h | |
parent | [2357] Update the scaffolding which message compiler generates (diff) | |
download | kea-059a2a175193e5c60a3a5e647acf95e0eb6b9a6a.tar.xz kea-059a2a175193e5c60a3a5e647acf95e0eb6b9a6a.zip |
[2357] Update scaffolding using fix-scaffolding.py tool
See bug #2367 for the fix-scaffolding.py tool.
Diffstat (limited to 'src/lib/dns/message.h')
-rw-r--r-- | src/lib/dns/message.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/lib/dns/message.h b/src/lib/dns/message.h index 85754ac31e..8aaaa48476 100644 --- a/src/lib/dns/message.h +++ b/src/lib/dns/message.h @@ -12,8 +12,8 @@ // OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR // PERFORMANCE OF THIS SOFTWARE. -#ifndef __MESSAGE_H -#define __MESSAGE_H 1 +#ifndef MESSAGE_H +#define MESSAGE_H 1 #include <stdint.h> @@ -687,7 +687,7 @@ typedef boost::shared_ptr<const Message> ConstMessagePtr; std::ostream& operator<<(std::ostream& os, const Message& message); } } -#endif // __MESSAGE_H +#endif // MESSAGE_H // Local Variables: // mode: c++ |