summaryrefslogtreecommitdiff
path: root/cpp/src/IceGrid/DescriptorHelper.h
diff options
context:
space:
mode:
Diffstat (limited to 'cpp/src/IceGrid/DescriptorHelper.h')
-rw-r--r--cpp/src/IceGrid/DescriptorHelper.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/cpp/src/IceGrid/DescriptorHelper.h b/cpp/src/IceGrid/DescriptorHelper.h
index b2b012c5e49..dbc72e919c9 100644
--- a/cpp/src/IceGrid/DescriptorHelper.h
+++ b/cpp/src/IceGrid/DescriptorHelper.h
@@ -7,7 +7,8 @@
//
// **********************************************************************
-#pragma once
+#ifndef ICE_GRID_DESCRIPTOR_HELPER_H
+#define ICE_GRID_DESCRIPTOR_HELPER_H
#include <IceUtil/OutputUtil.h>
#include <IceXML/Parser.h>
@@ -343,3 +344,5 @@ bool descriptorEqual(const ServerDescriptorPtr&, const ServerDescriptorPtr&);
ServerHelperPtr createHelper(const ServerDescriptorPtr&);
}
+
+#endif