summaryrefslogtreecommitdiff
path: root/cpp/src/slice2js/Gen.h
diff options
context:
space:
mode:
authorJose <jose@zeroc.com>2016-11-25 19:23:18 +0100
committerJose <jose@zeroc.com>2016-11-25 19:23:18 +0100
commite4f7f79111e94dfc68d68ad6f8dd2686765aad86 (patch)
tree91926fc56f0df755fccfdced90d961f43b67009e /cpp/src/slice2js/Gen.h
parentFixed IceSSL/configuration test failure when ran with --protocol=ssl (diff)
downloadice-e4f7f79111e94dfc68d68ad6f8dd2686765aad86.tar.bz2
ice-e4f7f79111e94dfc68d68ad6f8dd2686765aad86.tar.xz
ice-e4f7f79111e94dfc68d68ad6f8dd2686765aad86.zip
Ensure JS modules are exported only once
Diffstat (limited to 'cpp/src/slice2js/Gen.h')
-rw-r--r--cpp/src/slice2js/Gen.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/cpp/src/slice2js/Gen.h b/cpp/src/slice2js/Gen.h
index bee09bdddfe..e86686d5fe3 100644
--- a/cpp/src/slice2js/Gen.h
+++ b/cpp/src/slice2js/Gen.h
@@ -143,6 +143,7 @@ private:
bool _icejs;
bool _es6modules;
+ std::vector<std::string> _exported;
};
};