summaryrefslogtreecommitdiff
path: root/cppu/source/threadpool/current.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'cppu/source/threadpool/current.hxx')
-rw-r--r--cppu/source/threadpool/current.hxx5
1 files changed, 5 insertions, 0 deletions
diff --git a/cppu/source/threadpool/current.hxx b/cppu/source/threadpool/current.hxx
index 1053e346f489..127f2024a911 100644
--- a/cppu/source/threadpool/current.hxx
+++ b/cppu/source/threadpool/current.hxx
@@ -17,6 +17,9 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
+#ifndef _CPPU_THREADPOOL_CURRENT_HXX_
+#define _CPPU_THREADPOOL_CURRENT_HXX_
+
#include "rtl/byteseq.h"
typedef struct _uno_ExtEnvironment uno_ExtEnvironment;
@@ -39,4 +42,6 @@ struct IdContainer
IdContainer * getIdContainer() SAL_THROW(());
}
+#endif
+
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */