/[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.5 by csmith, Tue Oct 28 00:33:03 2003 UTC revision 1.6 by csmith, Thu Oct 30 21:26:52 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} : XmlRpcClientProtocol", IndentStr, classname );      writer.WriteLine( "{0}public class {1}Client : XmlRpcClientProtocol", IndentStr, classname );
222      writer.WriteLine( "{0}{{ ", IndentStr );      writer.WriteLine( "{0}{{ ", IndentStr );
223    
224      IndentStatement();      IndentStatement();
# Line 308  public class CSWS2Client Line 308  public class CSWS2Client
308      WriteCopyright();      WriteCopyright();
309      WriteIncludes();      WriteIncludes();
310    
311      writer.WriteLine ( "namespace " + prefix + "\n{" );      writer.WriteLine ( "namespace " + prefix + "Client\n{" );
312      IndentStatement();      IndentStatement();
313            
314      // Load the aseembly from its dll and get the type info via      // Load the aseembly from its dll and get the type info via

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

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