Updated NetLogClient to disable all UI elements when disconnected

This commit is contained in:
Ziver Koc 2013-05-28 09:03:01 +00:00
parent bfcab133de
commit b298aadd68
7 changed files with 35 additions and 27 deletions

View file

@ -162,7 +162,7 @@ public class DBQueue<E> implements Queue<E>{
}
public Iterator<E> iterator() {
// TODO Auto-generated method stub
// TODO: Auto-generated method stub
return null;
}