summaryrefslogtreecommitdiff
path: root/cpp/src/slice2vb/Gen.h
diff options
context:
space:
mode:
authorMichi Henning <michi@zeroc.com>2004-10-12 07:26:31 +0000
committerMichi Henning <michi@zeroc.com>2004-10-12 07:26:31 +0000
commit10fdaef3fe9cdead4fa50a814f5b092d5ec84a99 (patch)
treeac863aa949c97bd1b821cf969765ff6b75821945 /cpp/src/slice2vb/Gen.h
parentMinor fix: for local interfaces, we were generating the source file for the (diff)
downloadice-10fdaef3fe9cdead4fa50a814f5b092d5ec84a99.tar.bz2
ice-10fdaef3fe9cdead4fa50a814f5b092d5ec84a99.tar.xz
ice-10fdaef3fe9cdead4fa50a814f5b092d5ec84a99.zip
Fixed broken code generation for --impl and --impl-tie in slice2vb and
slice2cs for local interfaces.
Diffstat (limited to 'cpp/src/slice2vb/Gen.h')
-rw-r--r--cpp/src/slice2vb/Gen.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/src/slice2vb/Gen.h b/cpp/src/slice2vb/Gen.h
index 3ab2d7e984f..bb77d16e72e 100644
--- a/cpp/src/slice2vb/Gen.h
+++ b/cpp/src/slice2vb/Gen.h
@@ -214,7 +214,7 @@ private:
protected:
- void writeOperation(const OperationPtr&, bool, bool, bool);
+ void writeOperation(const OperationPtr&, bool, bool);
private: