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