diff options
Diffstat (limited to 'cpp/src/IceGrid/Topics.h')
-rw-r--r-- | cpp/src/IceGrid/Topics.h | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/cpp/src/IceGrid/Topics.h b/cpp/src/IceGrid/Topics.h index 2ee85df44bb..7399457d35e 100644 --- a/cpp/src/IceGrid/Topics.h +++ b/cpp/src/IceGrid/Topics.h @@ -7,7 +7,8 @@ // // ********************************************************************** -#pragma once +#ifndef ICEGRID_TOPICS_H +#define ICEGRID_TOPICS_H #include <IceUtil/Mutex.h> #include <IceStorm/IceStorm.h> @@ -160,3 +161,5 @@ private: typedef IceUtil::Handle<ObjectObserverTopic> ObjectObserverTopicPtr; }; + +#endif |