/[projects]/android/Side9/src/dk/thoerup/side9/Side9Xml.java
ViewVC logotype

Diff of /android/Side9/src/dk/thoerup/side9/Side9Xml.java

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

revision 633 by torben, Tue Mar 23 14:56:52 2010 UTC revision 634 by torben, Wed Mar 24 07:27:34 2010 UTC
# Line 56  public class Side9Xml { Line 56  public class Side9Xml {
56                  return baos.toByteArray();                  return baos.toByteArray();
57          }          }
58                    
59          public Side9Data loadXml() throws IOException, ParserConfigurationException, SAXException{          public static Side9Data loadXml() throws IOException, ParserConfigurationException, SAXException{
60                  String dataURL = BASEURL + "xml.php?width=" + WIDTH;                  String dataURL = BASEURL + "xml.php?width=" + WIDTH;
61                                    
62                  byte data[] = getContent( dataURL );                  byte data[] = getContent( dataURL );

Legend:
Removed from v.633  
changed lines
  Added in v.634

  ViewVC Help
Powered by ViewVC 1.1.20