diff options
Diffstat (limited to 'cpp/src/Ice/ProxyFactory.h')
-rw-r--r-- | cpp/src/Ice/ProxyFactory.h | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/cpp/src/Ice/ProxyFactory.h b/cpp/src/Ice/ProxyFactory.h index 80dcd548bb7..0c94420816c 100644 --- a/cpp/src/Ice/ProxyFactory.h +++ b/cpp/src/Ice/ProxyFactory.h @@ -7,7 +7,8 @@ // // ********************************************************************** -#pragma once +#ifndef ICE_PROXY_FACTORY_H +#define ICE_PROXY_FACTORY_H #include <IceUtil/Shared.h> #include <IceUtil/Mutex.h> @@ -52,3 +53,5 @@ private: }; } + +#endif |