diff options
Diffstat (limited to 'cpp/src/Ice/ConnectionMonitor.h')
-rw-r--r-- | cpp/src/Ice/ConnectionMonitor.h | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/cpp/src/Ice/ConnectionMonitor.h b/cpp/src/Ice/ConnectionMonitor.h index 19e8a353280..5f09f67405f 100644 --- a/cpp/src/Ice/ConnectionMonitor.h +++ b/cpp/src/Ice/ConnectionMonitor.h @@ -7,7 +7,8 @@ // // ********************************************************************** -#pragma once +#ifndef ICE_CONNECTION_MONITOR_H +#define ICE_CONNECTION_MONITOR_H #include <IceUtil/Mutex.h> #include <IceUtil/Monitor.h> @@ -46,3 +47,5 @@ private: }; } + +#endif |