diff options
author | Jose <jose@zeroc.com> | 2015-12-14 15:03:52 +0100 |
---|---|---|
committer | Jose <jose@zeroc.com> | 2015-12-14 15:03:52 +0100 |
commit | 6655e277f685ce92788c7a5d88e9d9fcb4073dac (patch) | |
tree | 052b244e4085a797b3f55a3e596460fa991f1216 /cpp/src/slice2cpp/Gen.h | |
parent | Added copy constructor to C++98 CommunicatorHolder (diff) | |
download | ice-6655e277f685ce92788c7a5d88e9d9fcb4073dac.tar.bz2 ice-6655e277f685ce92788c7a5d88e9d9fcb4073dac.tar.xz ice-6655e277f685ce92788c7a5d88e9d9fcb4073dac.zip |
C++11 mapping, binding/checksum/defaultServant tests
Diffstat (limited to 'cpp/src/slice2cpp/Gen.h')
-rw-r--r-- | cpp/src/slice2cpp/Gen.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/cpp/src/slice2cpp/Gen.h b/cpp/src/slice2cpp/Gen.h index 1877ff01d88..72ba8d8e37a 100644 --- a/cpp/src/slice2cpp/Gen.h +++ b/cpp/src/slice2cpp/Gen.h @@ -35,6 +35,7 @@ public: ~Gen(); void generate(const UnitPtr&); + void generateChecksumMap(const UnitPtr&); void closeOutput(); static int setUseWstring(ContainedPtr, std::list<int>&, int); |