summaryrefslogtreecommitdiff
path: root/cpp/include/Ice/EndpointFactory.h
diff options
context:
space:
mode:
Diffstat (limited to 'cpp/include/Ice/EndpointFactory.h')
-rw-r--r--cpp/include/Ice/EndpointFactory.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/cpp/include/Ice/EndpointFactory.h b/cpp/include/Ice/EndpointFactory.h
index 6f344587828..61734728d8c 100644
--- a/cpp/include/Ice/EndpointFactory.h
+++ b/cpp/include/Ice/EndpointFactory.h
@@ -7,7 +7,8 @@
//
// **********************************************************************
-#pragma once
+#ifndef ICE_ENDPOINT_FACTORY_H
+#define ICE_ENDPOINT_FACTORY_H
#include <IceUtil/Shared.h>
#include <Ice/EndpointIF.h>
@@ -37,3 +38,5 @@ protected:
};
}
+
+#endif