This commit was manufactured by cvs2svn to create tag 'buildscript'.
[IRC.git] /
1 package Interface;
2
3
4 public class HTTPResponse{
5     public int returnCode;
6     public long sentBytes;
7 }