summaryrefslogtreecommitdiff
path: root/bridges/source/cpp_uno/mingw_x86-64/share.hxx
diff options
context:
space:
mode:
authorJason Gerlowski <gerlowskija@gmail.com>2014-03-07 14:09:57 -0500
committerStephan Bergmann <sbergman@redhat.com>2014-03-12 09:49:18 +0100
commita8a195c9e722861dac5d9fce282edd9558c797a7 (patch)
tree63b1eed03c1538e99383f2fb812ae49e273032cb /bridges/source/cpp_uno/mingw_x86-64/share.hxx
parent3be1f13ba07b4df2e07c63973cdb563b7855476b (diff)
fdo#68849 Add header guards to bridges/* files.
Change-Id: I8599908ccf1aba9a0843eb41dc16c21455acc5ba Signed-off-by: Stephan Bergmann <sbergman@redhat.com>
Diffstat (limited to 'bridges/source/cpp_uno/mingw_x86-64/share.hxx')
-rw-r--r--bridges/source/cpp_uno/mingw_x86-64/share.hxx3
1 files changed, 3 insertions, 0 deletions
diff --git a/bridges/source/cpp_uno/mingw_x86-64/share.hxx b/bridges/source/cpp_uno/mingw_x86-64/share.hxx
index 0e370723b03c..e73df131d0f7 100644
--- a/bridges/source/cpp_uno/mingw_x86-64/share.hxx
+++ b/bridges/source/cpp_uno/mingw_x86-64/share.hxx
@@ -16,6 +16,8 @@
* except in compliance with the License. You may obtain a copy of
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
+#ifndef INCLUDED_BRIDGES_SOURCE_CPP_UNO_MINGW_X86_64_SHARE_HXX
+#define INCLUDED_BRIDGES_SOURCE_CPP_UNO_MINGW_X86_64_SHARE_HXX
#include "uno/mapping.h"
@@ -95,4 +97,5 @@ void fillUnoException(
__cxa_exception * header, uno_Any *, uno_Mapping * pCpp2Uno );
}
+#endif
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */