diff options
Diffstat (limited to 'cpp/include/Ice/ConnectionFactoryF.h')
-rw-r--r-- | cpp/include/Ice/ConnectionFactoryF.h | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/cpp/include/Ice/ConnectionFactoryF.h b/cpp/include/Ice/ConnectionFactoryF.h index 8e2d62712c3..5a5b3c123a1 100644 --- a/cpp/include/Ice/ConnectionFactoryF.h +++ b/cpp/include/Ice/ConnectionFactoryF.h @@ -7,7 +7,8 @@ // // ********************************************************************** -#pragma once +#ifndef ICE_CONNECTION_FACTORY_F_H +#define ICE_CONNECTION_FACTORY_F_H #include <IceUtil/Shared.h> @@ -25,3 +26,5 @@ ICE_API IceUtil::Shared* upCast(IncomingConnectionFactory*); typedef IceInternal::Handle<IncomingConnectionFactory> IncomingConnectionFactoryPtr; } + +#endif |