diff options
Diffstat (limited to 'cpp/src/IceStorm/TopicI.h')
-rw-r--r-- | cpp/src/IceStorm/TopicI.h | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/cpp/src/IceStorm/TopicI.h b/cpp/src/IceStorm/TopicI.h index 023665ffbae..1de972c1856 100644 --- a/cpp/src/IceStorm/TopicI.h +++ b/cpp/src/IceStorm/TopicI.h @@ -7,7 +7,8 @@ // // ********************************************************************** -#pragma once +#ifndef TOPIC_I_H +#define TOPIC_I_H #include <IceStorm/IceStormInternal.h> #include <IceStorm/Election.h> @@ -103,3 +104,5 @@ private: typedef IceUtil::Handle<TopicImpl> TopicImplPtr; } // End namespace IceStorm + +#endif |