diff options
author | Benoit Foucher <benoit@zeroc.com> | 2012-09-10 08:49:45 +0200 |
---|---|---|
committer | Benoit Foucher <benoit@zeroc.com> | 2012-09-10 08:49:45 +0200 |
commit | 981d2ac7c8f825f92670f9121a7d29edd94da6f9 (patch) | |
tree | 286f13f365513c9894c0ec4167b8bbef30965bf9 /cpp/include/Slice/Parser.h | |
parent | Fixed communicator flushBatchRequests to allow tracing (diff) | |
parent | Fixed ICE-4863 (IceProxy::Ice::Object derives privately from Mutex) + a few w... (diff) | |
download | ice-981d2ac7c8f825f92670f9121a7d29edd94da6f9.tar.bz2 ice-981d2ac7c8f825f92670f9121a7d29edd94da6f9.tar.xz ice-981d2ac7c8f825f92670f9121a7d29edd94da6f9.zip |
Merge remote-tracking branch 'origin/encoding11' into withoutsync
Conflicts:
cpp/src/Ice/PropertyNames.cpp
cpp/src/Ice/PropertyNames.h
Diffstat (limited to 'cpp/include/Slice/Parser.h')
-rw-r--r-- | cpp/include/Slice/Parser.h | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/cpp/include/Slice/Parser.h b/cpp/include/Slice/Parser.h index 9c82d0c3b76..cb735d70bcc 100644 --- a/cpp/include/Slice/Parser.h +++ b/cpp/include/Slice/Parser.h @@ -7,7 +7,8 @@ // // ********************************************************************** -#pragma once +#ifndef SLICE_PARSER_H +#define SLICE_PARSER_H #include <IceUtil/Shared.h> #include <IceUtil/Handle.h> @@ -1069,3 +1070,5 @@ private: extern SLICE_API Unit* unit; // The current parser for bison/flex } + +#endif |