summaryrefslogtreecommitdiff
path: root/cpp/include/Ice/DispatchInterceptor.h
diff options
context:
space:
mode:
Diffstat (limited to 'cpp/include/Ice/DispatchInterceptor.h')
-rw-r--r--cpp/include/Ice/DispatchInterceptor.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/cpp/include/Ice/DispatchInterceptor.h b/cpp/include/Ice/DispatchInterceptor.h
index 0515161c9c5..1949e810983 100644
--- a/cpp/include/Ice/DispatchInterceptor.h
+++ b/cpp/include/Ice/DispatchInterceptor.h
@@ -7,7 +7,8 @@
//
// **********************************************************************
-#pragma once
+#ifndef ICE_DISPATCH_INTERCEPTOR_H
+#define ICE_DISPATCH_INTERCEPTOR_H
#include <Ice/Object.h>
@@ -31,3 +32,5 @@ public:
typedef IceInternal::Handle<DispatchInterceptor> DispatchInterceptorPtr;
}
+
+#endif