Subversion Repositories Code-Repo

Compare Revisions

Ignore whitespace Rev 90 → Rev 91

/Android Development/LATMB/bin/LATMB.apk
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
/Android Development/LATMB/bin/resources.ap_
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
/Android Development/LATMBServer/bin/org/vt/ece4564/latmb/LATMBServer.class
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
/Android Development/LATMBServer/src/org/vt/ece4564/latmb/LATMBServer.java
21,14 → 21,6
import org.jboss.netty.bootstrap.ServerBootstrap;
import org.jboss.netty.channel.socket.nio.NioServerSocketChannelFactory;
 
/**
* Simple SSL chat server modified from {@link TelnetServer}.
*
* @author <a href="http://www.jboss.org/netty/">The Netty Project</a>
* @author <a href="http://gleamynode.net/">Trustin Lee</a>
*
* @version $Rev: 2080 $, $Date: 2010-01-26 18:04:19 +0900 (Tue, 26 Jan 2010) $
*/
public class LATMBServer {
 
public static void main(String[] args) throws Exception {