diff options
author | Jose <jose@zeroc.com> | 2019-01-04 14:45:56 +0100 |
---|---|---|
committer | Jose <jose@zeroc.com> | 2019-01-04 14:45:56 +0100 |
commit | 4b15c2d537d3314ae908464d1b731724fe743efc (patch) | |
tree | cd4c8efd5f9f0f4488d10b0858dd5fd980ad5263 /js/src | |
parent | Remove bogus inheritance (diff) | |
download | ice-4b15c2d537d3314ae908464d1b731724fe743efc.tar.bz2 ice-4b15c2d537d3314ae908464d1b731724fe743efc.tar.xz ice-4b15c2d537d3314ae908464d1b731724fe743efc.zip |
Remove outdated comment
Diffstat (limited to 'js/src')
-rw-r--r-- | js/src/Ice/ProtocolInstance.js | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/js/src/Ice/ProtocolInstance.js b/js/src/Ice/ProtocolInstance.js index e401646c828..90daa022125 100644 --- a/js/src/Ice/ProtocolInstance.js +++ b/js/src/Ice/ProtocolInstance.js @@ -6,19 +6,6 @@ const Ice = require("../Ice/ModuleRegistry").Ice; -// -// NOTE: the protocol instance class is a bit different from other -// language mappinps since it also provides the secure property for -// the tranport. Since we don't support SSL but still want to be able -// to parse SSL endpoints, we simply re-use the TCP endpoint with a -// different protocol instance to support SSL endpoints. -// -// If SSL endpoints attributes were to diverge from TCP endpoints or -// if we want to support SSL, we'd have to change this and instead, do -// like in other mappings: have a separate implementation for the SSL -// endpoint and suppress the secure member of the protocol instance -// class bellow. -// class ProtocolInstance { constructor(instance, type, protocol, secure) |