diff options
Diffstat (limited to 'cpp/src/IceGrid/NodeI.h')
-rw-r--r-- | cpp/src/IceGrid/NodeI.h | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/cpp/src/IceGrid/NodeI.h b/cpp/src/IceGrid/NodeI.h index 508de0f2a48..27daa4e0bb7 100644 --- a/cpp/src/IceGrid/NodeI.h +++ b/cpp/src/IceGrid/NodeI.h @@ -7,7 +7,8 @@ // // ********************************************************************** -#pragma once +#ifndef ICE_GRID_NODE_I_H +#define ICE_GRID_NODE_I_H #include <IceUtil/Timer.h> #include <IcePatch2/FileServer.h> @@ -177,3 +178,5 @@ private: typedef IceUtil::Handle<NodeI> NodeIPtr; } + +#endif |