summaryrefslogtreecommitdiff
path: root/cpp/src/IceGrid/ReapThread.h
diff options
context:
space:
mode:
Diffstat (limited to 'cpp/src/IceGrid/ReapThread.h')
-rw-r--r--cpp/src/IceGrid/ReapThread.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/cpp/src/IceGrid/ReapThread.h b/cpp/src/IceGrid/ReapThread.h
index 2e7906cb6af..9d4322dd3d6 100644
--- a/cpp/src/IceGrid/ReapThread.h
+++ b/cpp/src/IceGrid/ReapThread.h
@@ -7,7 +7,8 @@
//
// **********************************************************************
-#pragma once
+#ifndef ICEGRID_REAPER_THREAD_H
+#define ICEGRID_REAPER_THREAD_H
#include <IceUtil/Thread.h>
#include <IceUtil/Mutex.h>
@@ -112,3 +113,5 @@ private:
typedef IceUtil::Handle<ReapThread> ReapThreadPtr;
};
+
+#endif