diff options
Diffstat (limited to 'cpp/src/IceStorm/Instance.h')
-rw-r--r-- | cpp/src/IceStorm/Instance.h | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/cpp/src/IceStorm/Instance.h b/cpp/src/IceStorm/Instance.h index 71f9aa333eb..80f6c1a019d 100644 --- a/cpp/src/IceStorm/Instance.h +++ b/cpp/src/IceStorm/Instance.h @@ -7,7 +7,9 @@ // // ********************************************************************** -#pragma once +#ifndef INSTANCE_H +#define INSTANCE_H + #include <Ice/CommunicatorF.h> #include <Ice/ObjectAdapterF.h> @@ -102,3 +104,5 @@ private: typedef IceUtil::Handle<Instance> InstancePtr; } // End namespace IceStorm + +#endif |