author | Xeli |
Thu, 14 Jul 2011 15:41:26 +0200 | |
branch | hedgeroid |
changeset 5412 | ab055114c788 |
parent 5397 | project_files/Android-build/SDL-android-project/src/org/hedgewars/mobile/DownloadThread.java@4ae1b082e4ba |
permissions | -rw-r--r-- |
5412
ab055114c788
Moved download classes to their own dir and fixed the way the dest dir is being 'build'
Xeli
parents:
5397
diff
changeset
|
1 |
package org.hedgewars.mobile.Downloader; |
5397 | 2 |
|
3 |
public class DownloadThread extends Thread{ |
|
4 |
||
5 |
public DownloadThread(){ |
|
6 |
||
7 |
} |
|
8 |
||
9 |
public void run(){ |
|
10 |
||
11 |
} |
|
12 |
||
13 |
} |