summaryrefslogtreecommitdiff
path: root/cpp/src/IcePatch2/FileServerI.h
diff options
context:
space:
mode:
authorBernard Normier <bernard@zeroc.com>2012-09-05 12:53:04 -0400
committerBernard Normier <bernard@zeroc.com>2012-09-05 12:53:04 -0400
commit5a6991e90533828da9d6672fcba41138993bdb91 (patch)
tree27331a029e806b06b94094eb4dfa891e3069df6b /cpp/src/IcePatch2/FileServerI.h
parentuse Optional for C# one-shot constructors (diff)
downloadice-5a6991e90533828da9d6672fcba41138993bdb91.tar.bz2
ice-5a6991e90533828da9d6672fcba41138993bdb91.tar.xz
ice-5a6991e90533828da9d6672fcba41138993bdb91.zip
Undo pragma-once-in-header enhancement
Diffstat (limited to 'cpp/src/IcePatch2/FileServerI.h')
-rw-r--r--cpp/src/IcePatch2/FileServerI.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/cpp/src/IcePatch2/FileServerI.h b/cpp/src/IcePatch2/FileServerI.h
index ba9190b2b88..5f32dcddafd 100644
--- a/cpp/src/IcePatch2/FileServerI.h
+++ b/cpp/src/IcePatch2/FileServerI.h
@@ -7,7 +7,8 @@
//
// **********************************************************************
-#pragma once
+#ifndef ICE_PATCH2_FILE_SERVER_I_H
+#define ICE_PATCH2_FILE_SERVER_I_H
#include <IcePatch2/Util.h>
#include <IcePatch2/FileServer.h>
@@ -37,3 +38,5 @@ private:
};
}
+
+#endif