summaryrefslogtreecommitdiff
path: root/cpp
diff options
context:
space:
mode:
authorMatthew Newhook <matthew@zeroc.com>2001-12-13 15:59:55 +0000
committerMatthew Newhook <matthew@zeroc.com>2001-12-13 15:59:55 +0000
commit39b967845e58cfe83ec970b6fe70bc8e7fe57a62 (patch)
tree9a82a3e636a167d2f42b3d20b04c2df33bfcfb5c /cpp
parentfixes (diff)
downloadice-39b967845e58cfe83ec970b6fe70bc8e7fe57a62.tar.bz2
ice-39b967845e58cfe83ec970b6fe70bc8e7fe57a62.tar.xz
ice-39b967845e58cfe83ec970b6fe70bc8e7fe57a62.zip
update.
Diffstat (limited to 'cpp')
-rw-r--r--cpp/src/IceStorm/dummy.ice3
-rw-r--r--cpp/src/slice2freeze/Main.cpp1
2 files changed, 4 insertions, 0 deletions
diff --git a/cpp/src/IceStorm/dummy.ice b/cpp/src/IceStorm/dummy.ice
index e69de29bb2d..0169fa0df3a 100644
--- a/cpp/src/IceStorm/dummy.ice
+++ b/cpp/src/IceStorm/dummy.ice
@@ -0,0 +1,3 @@
+//
+// This file is necessary to compile StringBoolDict under msdev.
+//
diff --git a/cpp/src/slice2freeze/Main.cpp b/cpp/src/slice2freeze/Main.cpp
index 4b5ff1972ab..d48db287d80 100644
--- a/cpp/src/slice2freeze/Main.cpp
+++ b/cpp/src/slice2freeze/Main.cpp
@@ -84,6 +84,7 @@ writeCodecH(const TypePtr& type, const string& name, const string& freezeType, O
H << sb;
H.dec();
H << sp << nl << "public:";
+ H << sp;
H.inc();
H << nl << "static Freeze::" << freezeType << " write(" << inputTypeToString(type)
<< ", const IceInternal::InstancePtr& instance);";