Subversion Repository Public Repository

WOX2

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

Diff revisions: vs.
  @@ -5,6 +5,25 @@
5 5 using System.Reflection;
6 6 using System.Text;
7 7
8 + /// <header>
9 + /// <wox>
10 + /// <version>1.0</version>
11 + /// <author>Carlos R. Jaimez Gonzalez</author>
12 + /// <author>Simon M. Lucas</author>
13 + /// <site>http://woxserializer.sourceforge.net/</site>
14 + /// </wox>
15 + /// <wox>
16 + /// <version>1.5</version>
17 + /// <author>Steven M Lewis</author>
18 + /// </wox>
19 + /// <wox>
20 + /// <version>2.0</version>
21 + /// <author>George A Smith</author>
22 + /// <svn>http://woxserializer.sourceforge.net/</svn>
23 + /// <note>XML form for vs 2 is more compact and therefor incompatible with vs 1</note>
24 + /// </wox>
25 + /// </header>
26 +
8 27 namespace wox.serial
9 28 {
10 29 public abstract class AbstractHandler : WoxHandler
  @@ -443,4 +462,4 @@
443 462 return -1;
444 463 }
445 464 }
446 - }
465 + }