summaryrefslogtreecommitdiff
path: root/cpp/src/IceGrid/ServerAdapterI.h
diff options
context:
space:
mode:
Diffstat (limited to 'cpp/src/IceGrid/ServerAdapterI.h')
-rw-r--r--cpp/src/IceGrid/ServerAdapterI.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/cpp/src/IceGrid/ServerAdapterI.h b/cpp/src/IceGrid/ServerAdapterI.h
index c2ad30f8c9b..db4ce4cc3fb 100644
--- a/cpp/src/IceGrid/ServerAdapterI.h
+++ b/cpp/src/IceGrid/ServerAdapterI.h
@@ -7,7 +7,8 @@
//
// **********************************************************************
-#pragma once
+#ifndef ICE_GRID_SERVER_ADAPTER_I_H
+#define ICE_GRID_SERVER_ADAPTER_I_H
#include <IceUtil/Mutex.h>
#include <IceGrid/Internal.h>
@@ -55,3 +56,5 @@ private:
typedef IceUtil::Handle<ServerAdapterI> ServerAdapterIPtr;
}
+
+#endif