summaryrefslogtreecommitdiff
path: root/cpp/include/IceUtil/AbstractMutex.h
diff options
context:
space:
mode:
Diffstat (limited to 'cpp/include/IceUtil/AbstractMutex.h')
-rw-r--r--cpp/include/IceUtil/AbstractMutex.h7
1 files changed, 5 insertions, 2 deletions
diff --git a/cpp/include/IceUtil/AbstractMutex.h b/cpp/include/IceUtil/AbstractMutex.h
index c0805160a1e..aa637356b39 100644
--- a/cpp/include/IceUtil/AbstractMutex.h
+++ b/cpp/include/IceUtil/AbstractMutex.h
@@ -7,11 +7,13 @@
//
// **********************************************************************
-#pragma once
+#ifndef ICE_UTIL_ABSTRACT_MUTEX_H
+#define ICE_UTIL_ABSTRACT_MUTEX_H
#include <IceUtil/Config.h>
#include <IceUtil/Lock.h>
+
namespace IceUtil
{
@@ -111,5 +113,6 @@ public:
{}
};
-
}
+
+#endif