summaryrefslogtreecommitdiff
path: root/cpp/include/Ice/UserExceptionFactory.h
diff options
context:
space:
mode:
Diffstat (limited to 'cpp/include/Ice/UserExceptionFactory.h')
-rw-r--r--cpp/include/Ice/UserExceptionFactory.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/cpp/include/Ice/UserExceptionFactory.h b/cpp/include/Ice/UserExceptionFactory.h
index 2fa176d3d68..fd0e97f1cae 100644
--- a/cpp/include/Ice/UserExceptionFactory.h
+++ b/cpp/include/Ice/UserExceptionFactory.h
@@ -7,7 +7,8 @@
//
// **********************************************************************
-#pragma once
+#ifndef ICE_USER_EXCEPTION_FACTORY_H
+#define ICE_USER_EXCEPTION_FACTORY_H
#include <IceUtil/Shared.h>
#include <IceUtil/Handle.h>
@@ -27,3 +28,5 @@ public:
typedef ::IceUtil::Handle<UserExceptionFactory> UserExceptionFactoryPtr;
};
+
+#endif