Initial commit

This commit is contained in:
2013-11-05 11:44:26 -04:30
commit 9635163950
36 changed files with 1445 additions and 0 deletions

View File

@@ -0,0 +1,13 @@
package ve.ucv.ciens.ccg.nxtcam.network;
public class ServiceDiscoveryThread extends Thread {
public ServiceDiscoveryThread(){
}
@Override
public void run(){
}
}