summaryrefslogtreecommitdiff
path: root/cpp/src/IceSSL/ConnectorI.h
diff options
context:
space:
mode:
Diffstat (limited to 'cpp/src/IceSSL/ConnectorI.h')
-rw-r--r--cpp/src/IceSSL/ConnectorI.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/cpp/src/IceSSL/ConnectorI.h b/cpp/src/IceSSL/ConnectorI.h
index ffa8a0c41e3..5e00e714678 100644
--- a/cpp/src/IceSSL/ConnectorI.h
+++ b/cpp/src/IceSSL/ConnectorI.h
@@ -7,7 +7,8 @@
//
// **********************************************************************
-#pragma once
+#ifndef ICE_SSL_CONNECTOR_I_H
+#define ICE_SSL_CONNECTOR_I_H
#include <Ice/LoggerF.h>
#include <Ice/TransceiverF.h>
@@ -57,3 +58,5 @@ private:
};
}
+
+#endif