diff options
Diffstat (limited to 'cpp/src/Ice/TcpEndpointI.h')
-rw-r--r-- | cpp/src/Ice/TcpEndpointI.h | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/cpp/src/Ice/TcpEndpointI.h b/cpp/src/Ice/TcpEndpointI.h index 49bd4329ef3..98cd4865112 100644 --- a/cpp/src/Ice/TcpEndpointI.h +++ b/cpp/src/Ice/TcpEndpointI.h @@ -7,8 +7,7 @@ // // ********************************************************************** -#ifndef ICE_TCP_ENDPOINT_I_H -#define ICE_TCP_ENDPOINT_I_H +#pragma once #include <IceUtil/Config.h> #include <Ice/EndpointI.h> @@ -84,5 +83,3 @@ private: }; } - -#endif |