commit | 0e47415993b0ccfe6334c36b75d35f0c859c8f25 | [log] [tgz] |
---|---|---|
author | Jeff Thompson <jefft0@gmail.com> | Wed Jul 31 18:30:37 2013 -0700 |
committer | Jeff Thompson <jefft0@gmail.com> | Wed Jul 31 18:30:37 2013 -0700 |
tree | 3d882ee5eb2171908671c93cae7ebf32c4d90b97 | |
parent | 1b415b883a924b0f334727354d2262d488538615 [diff] [blame] |
Added WireFormat class and make BinaryXmlWireFormat inherit from it.
diff --git a/wscript b/wscript index 2533254..6e36542 100644 --- a/wscript +++ b/wscript
@@ -100,6 +100,7 @@ "js/encoding/BinaryXMLEncoder.js", "js/encoding/BinaryXMLDecoder.js", "js/encoding/BinaryXMLStructureDecoder.js", + "js/encoding/WireFormat.js", "js/encoding/BinaryXmlWireFormat.js", "js/encoding/DataUtils.js", "js/encoding/EncodingUtils.js",