summaryrefslogtreecommitdiff
path: root/cpp/include/Ice/Dispatcher.h
diff options
context:
space:
mode:
Diffstat (limited to 'cpp/include/Ice/Dispatcher.h')
-rw-r--r--cpp/include/Ice/Dispatcher.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/cpp/include/Ice/Dispatcher.h b/cpp/include/Ice/Dispatcher.h
index 5ad42625215..70a6436a72e 100644
--- a/cpp/include/Ice/Dispatcher.h
+++ b/cpp/include/Ice/Dispatcher.h
@@ -7,7 +7,8 @@
//
// **********************************************************************
-#pragma once
+#ifndef ICE_DISPATCHER_H
+#define ICE_DISPATCHER_H
#include <IceUtil/Config.h>
#include <IceUtil/Shared.h>
@@ -73,4 +74,6 @@ newDispatcher(const ::std::function<void (const ::Ice::DispatcherCallPtr&, const
}
}
+
+#endif
#endif