Mercurial > hg > Members > nobuyasu > tightVNCProxy
changeset 1:cbe9c4ac0369
change to javaproject
author | e085711 |
---|---|
date | Tue, 12 Apr 2011 14:39:00 +0900 |
parents | 30bb7074acb1 |
children | 498393e502bf |
files | .classpath .project src/RfbProto.java |
diffstat | 3 files changed, 13 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/.classpath Tue Apr 12 14:39:00 2011 +0900 @@ -0,0 +1,6 @@ +<?xml version="1.0" encoding="UTF-8"?> +<classpath> + <classpathentry kind="src" path="src"/> + <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/> + <classpathentry kind="output" path="bin"/> +</classpath>
--- a/.project Tue Apr 12 12:58:05 2011 +0900 +++ b/.project Tue Apr 12 14:39:00 2011 +0900 @@ -5,7 +5,13 @@ <projects> </projects> <buildSpec> + <buildCommand> + <name>org.eclipse.jdt.core.javabuilder</name> + <arguments> + </arguments> + </buildCommand> </buildSpec> <natures> + <nature>org.eclipse.jdt.core.javanature</nature> </natures> </projectDescription>
--- a/src/RfbProto.java Tue Apr 12 12:58:05 2011 +0900 +++ b/src/RfbProto.java Tue Apr 12 14:39:00 2011 +0900 @@ -173,7 +173,7 @@ private long numBytesRead = 0; public long getNumBytesRead() { return numBytesRead; } - boolean TEST=true; + boolean TEST=false; Socket cliSock; ByteBuffer buffer; int rnBytes;