diff options
Diffstat (limited to 'cpp/include/Ice/ConnectionMonitorF.h')
-rw-r--r-- | cpp/include/Ice/ConnectionMonitorF.h | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/cpp/include/Ice/ConnectionMonitorF.h b/cpp/include/Ice/ConnectionMonitorF.h index 5c61810e5a5..ebf80a9f02c 100644 --- a/cpp/include/Ice/ConnectionMonitorF.h +++ b/cpp/include/Ice/ConnectionMonitorF.h @@ -7,7 +7,8 @@ // // ********************************************************************** -#pragma once +#ifndef ICE_CONNECTION_MONITOR_F_H +#define ICE_CONNECTION_MONITOR_F_H #include <IceUtil/Shared.h> @@ -21,3 +22,5 @@ ICE_API IceUtil::Shared* upCast(ConnectionMonitor*); typedef IceInternal::Handle<ConnectionMonitor> ConnectionMonitorPtr; } + +#endif |