summaryrefslogtreecommitdiff
path: root/cpp/src/Ice/ConnectionFactory.h
diff options
context:
space:
mode:
Diffstat (limited to 'cpp/src/Ice/ConnectionFactory.h')
-rw-r--r--cpp/src/Ice/ConnectionFactory.h5
1 files changed, 1 insertions, 4 deletions
diff --git a/cpp/src/Ice/ConnectionFactory.h b/cpp/src/Ice/ConnectionFactory.h
index 60c615282d0..1d9ad366efd 100644
--- a/cpp/src/Ice/ConnectionFactory.h
+++ b/cpp/src/Ice/ConnectionFactory.h
@@ -7,8 +7,7 @@
//
// **********************************************************************
-#ifndef ICE_CONNECTION_FACTORY_H
-#define ICE_CONNECTION_FACTORY_H
+#pragma once
#include <IceUtil/Mutex.h>
#include <IceUtil/Monitor.h>
@@ -229,5 +228,3 @@ private:
};
}
-
-#endif