Subversion Repository Public Repository

WOX2

Diff Revisions 13 vs 14 for /trunk/CSharp/src/wox/serial/ArrayHandler.cs

Diff revisions: vs.
  @@ -3,6 +3,25 @@
3 3 using System.Reflection;
4 4 using System.Text;
5 5
6 + /// <header>
7 + /// <wox>
8 + /// <version>1.0</version>
9 + /// <author>Carlos R. Jaimez Gonzalez</author>
10 + /// <author>Simon M. Lucas</author>
11 + /// <site>http://woxserializer.sourceforge.net/</site>
12 + /// </wox>
13 + /// <wox>
14 + /// <version>1.5</version>
15 + /// <author>Steven M Lewis</author>
16 + /// </wox>
17 + /// <wox>
18 + /// <version>2.0</version>
19 + /// <author>George A Smith</author>
20 + /// <svn>http://woxserializer.sourceforge.net/</svn>
21 + /// <note>XML form for vs 2 is more compact and therefor incompatible with vs 1</note>
22 + /// </wox>
23 + /// </header>
24 +
6 25 namespace wox.serial
7 26 {
8 27 public class ArrayHandler : AbstractHandler, WoxIsAHandler
  @@ -147,4 +166,4 @@
147 166 return pValuesAsString.Split( ' ' );
148 167 }
149 168 }
150 - }
169 + }