summaryrefslogtreecommitdiff
path: root/cpp
diff options
context:
space:
mode:
authorBernard Normier <bernard@zeroc.com>2004-04-20 20:47:05 +0000
committerBernard Normier <bernard@zeroc.com>2004-04-20 20:47:05 +0000
commite3bb672a7fcf31aa7d1e08f987b198655ec40c2e (patch)
treec9f0b0351b38b9a14b16b8c66e064410bbab143f /cpp
parentAdded CountDownLatch test (diff)
downloadice-e3bb672a7fcf31aa7d1e08f987b198655ec40c2e.tar.bz2
ice-e3bb672a7fcf31aa7d1e08f987b198655ec40c2e.tar.xz
ice-e3bb672a7fcf31aa7d1e08f987b198655ec40c2e.zip
Added guard
Diffstat (limited to 'cpp')
-rw-r--r--cpp/include/IceUtil/CountDownLatch.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/cpp/include/IceUtil/CountDownLatch.h b/cpp/include/IceUtil/CountDownLatch.h
index f9d4e5345c2..92bd29ad484 100644
--- a/cpp/include/IceUtil/CountDownLatch.h
+++ b/cpp/include/IceUtil/CountDownLatch.h
@@ -12,6 +12,9 @@
//
// **********************************************************************
+#ifndef ICE_UTIL_COUNT_DOWN_LATCH_H
+#define ICE_UTIL_COUNT_DOWN_LATCH_H
+
#include <IceUtil/Config.h>
namespace IceUtil
@@ -47,3 +50,5 @@ private:
};
}
+
+#endif