Revision: 44172
          http://brlcad.svn.sourceforge.net/brlcad/?rev=44172&view=rev
Author:   davidloman
Date:     2011-04-04 10:53:23 +0000 (Mon, 04 Apr 2011)

Log Message:
-----------
Update for starting of worker thread.

Modified Paths:
--------------
    
geomcore/trunk/src/interfaces/java/src/org/brlcad/geometryservice/GSJavaInterface.java

Modified: 
geomcore/trunk/src/interfaces/java/src/org/brlcad/geometryservice/GSJavaInterface.java
===================================================================
--- 
geomcore/trunk/src/interfaces/java/src/org/brlcad/geometryservice/GSJavaInterface.java
      2011-04-04 10:51:42 UTC (rev 44171)
+++ 
geomcore/trunk/src/interfaces/java/src/org/brlcad/geometryservice/GSJavaInterface.java
      2011-04-04 10:53:23 UTC (rev 44172)
@@ -105,7 +105,15 @@
                        return false;
                }
 
+               this.conn.start();
+               
                return true;
        }
+       
+       public void disconnectFromHost() 
+       {
+               if (this.conn != null)
+                       this.conn.stopReceiving();
+       }
 
 }


This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.

------------------------------------------------------------------------------
Create and publish websites with WebMatrix
Use the most popular FREE web apps or write code yourself; 
WebMatrix provides all the features you need to develop and 
publish your website. http://p.sf.net/sfu/ms-webmatrix-sf
_______________________________________________
BRL-CAD Source Commits mailing list
brlcad-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/brlcad-commits

Reply via email to