summaryrefslogtreecommitdiff
path: root/cpp/include/Ice/ProxyF.h
diff options
context:
space:
mode:
Diffstat (limited to 'cpp/include/Ice/ProxyF.h')
-rw-r--r--cpp/include/Ice/ProxyF.h6
1 files changed, 5 insertions, 1 deletions
diff --git a/cpp/include/Ice/ProxyF.h b/cpp/include/Ice/ProxyF.h
index 108cdee7447..82bf18c497e 100644
--- a/cpp/include/Ice/ProxyF.h
+++ b/cpp/include/Ice/ProxyF.h
@@ -7,7 +7,8 @@
//
// **********************************************************************
-#pragma once
+#ifndef ICE_PROXY_F_H
+#define ICE_PROXY_F_H
#include <IceUtil/Shared.h>
@@ -72,3 +73,6 @@ namespace Ice
typedef IceInternal::ProxyHandle< ::IceProxy::Ice::Object> ObjectPrx;
}
+
+
+#endif