/[dgee]/dgee/tools/csws2client.cs
ViewVC logotype

Diff of /dgee/tools/csws2client.cs

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.6 by csmith, Thu Oct 30 21:26:52 2003 UTC revision 1.7 by csmith, Mon Nov 10 17:51:51 2003 UTC
# Line 218  public class CSWS2Client Line 218  public class CSWS2Client
218      writer.WriteLine( "{0}//", IndentStr );      writer.WriteLine( "{0}//", IndentStr );
219      writer.WriteLine( "{0}// Class {1}", IndentStr, classname );      writer.WriteLine( "{0}// Class {1}", IndentStr, classname );
220      writer.WriteLine( "{0}//", IndentStr );      writer.WriteLine( "{0}//", IndentStr );
221      writer.WriteLine( "{0}public class {1}Client : XmlRpcClientProtocol", IndentStr, classname );      writer.WriteLine( "{0}public class {1} : XmlRpcClientProtocol", IndentStr, classname );
222      writer.WriteLine( "{0}{{ ", IndentStr );      writer.WriteLine( "{0}{{ ", IndentStr );
223    
224      IndentStatement();      IndentStatement();

Legend:
Removed from v.1.6  
changed lines
  Added in v.1.7

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26